Fix more UI asserts (#146)

This commit is contained in:
bitscher 2022-09-02 02:01:17 -07:00 committed by GitHub
parent 86e1a2227c
commit b1e92f1779
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 5 deletions

View file

@ -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