Inexplicable removal of wxRadioBox::MSWWindowProc reversed, so wxRadioBox
works in Dialog Editor again. Compile error in Dialog Editor fixed. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2152,7 +2152,7 @@ void wxResourceEditorFrame::OnCloseWindow(wxCloseEvent& event)
|
||||
}
|
||||
}
|
||||
|
||||
if (!Iconized())
|
||||
if (!IsIconized())
|
||||
{
|
||||
int w, h;
|
||||
GetSize(&w, &h);
|
||||
|
Reference in New Issue
Block a user