diff --git a/src/gui/components/wxGameList.cpp b/src/gui/components/wxGameList.cpp index 59483057..6e761358 100644 --- a/src/gui/components/wxGameList.cpp +++ b/src/gui/components/wxGameList.cpp @@ -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);