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
@ -284,7 +284,7 @@ void BombsCanvas::UpdateGridSize()
|
|||||||
delete m_bmp;
|
delete m_bmp;
|
||||||
m_bmp = NULL;
|
m_bmp = NULL;
|
||||||
}
|
}
|
||||||
|
SetSize(GetGridSizeInPixels());
|
||||||
Refresh();
|
Refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user