don't use deprecated wxIconizeEvent::Iconized()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -344,10 +344,8 @@ void wxMDIParentFrame::OnIconized(wxIconizeEvent& event)
|
|||||||
{
|
{
|
||||||
event.Skip();
|
event.Skip();
|
||||||
|
|
||||||
if ( !event.Iconized() )
|
if ( !event.IsIconized() )
|
||||||
{
|
|
||||||
UpdateClientSize();
|
UpdateClientSize();
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Returns the active MDI child window
|
// Returns the active MDI child window
|
||||||
|
Reference in New Issue
Block a user