mirror of
https://github.com/izzy2lost/WeeU.git
synced 2026-07-06 00:19:59 -07:00
GameList: Fix hidden last column (#632)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user