mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #518 from glennricster/master
Ensure (Get|Set)ColumnWidth is not called on a non existant column.
This commit is contained in:
@@ -1285,7 +1285,7 @@ void CGameListCtrl::AutomaticColumnWidth()
|
||||
{
|
||||
SetColumnWidth(0, rc.GetWidth());
|
||||
}
|
||||
else
|
||||
else if (GetColumnCount() > 0)
|
||||
{
|
||||
|
||||
int resizable = rc.GetWidth() - (
|
||||
|
||||
Reference in New Issue
Block a user