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:
parent
21c6080db7
commit
d2fc28b197
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@ void BombsCanvas::UpdateGridSize()
|
|||
delete m_bmp;
|
||||
m_bmp = NULL;
|
||||
}
|
||||
|
||||
SetSize(GetGridSizeInPixels());
|
||||
Refresh();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue