mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-11 17:28:29 +12:00
Fix more UI asserts (#146)
This commit is contained in:
parent
86e1a2227c
commit
b1e92f1779
3 changed files with 10 additions and 5 deletions
|
@ -243,7 +243,8 @@ void wxGameList::SetStyle(Style style, bool save)
|
|||
g_config.Save();
|
||||
}
|
||||
|
||||
ApplyGameListColumnWidths();
|
||||
if (style == Style::kList)
|
||||
ApplyGameListColumnWidths();
|
||||
}
|
||||
|
||||
long wxGameList::GetStyleFlags(Style style) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue