mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 05:51:19 +12:00
GameList: Fix hidden last column (#632)
This commit is contained in:
parent
8651c4bae7
commit
ca79a6aa0d
1 changed files with 3 additions and 0 deletions
|
@ -871,6 +871,9 @@ void wxGameList::OnColumnResize(wxListEvent& event)
|
|||
{
|
||||
event.Skip();
|
||||
|
||||
if(m_style != Style::kList)
|
||||
return;
|
||||
|
||||
const int column = event.GetColumn();
|
||||
const int width = GetColumnWidth(column);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue