Fixed problem with changing size of board (at least on GTK1).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2005-04-17 13:07:02 +00:00
parent 21c6080db7
commit d2fc28b197

View File

@ -284,7 +284,7 @@ void BombsCanvas::UpdateGridSize()
delete m_bmp;
m_bmp = NULL;
}
SetSize(GetGridSizeInPixels());
Refresh();
}