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:
parent
f95dc4d620
commit
6ad7799c0b
1 changed files with 1 additions and 3 deletions
|
|
@ -344,10 +344,8 @@ void wxMDIParentFrame::OnIconized(wxIconizeEvent& event)
|
|||
{
|
||||
event.Skip();
|
||||
|
||||
if ( !event.Iconized() )
|
||||
{
|
||||
if ( !event.IsIconized() )
|
||||
UpdateClientSize();
|
||||
}
|
||||
}
|
||||
|
||||
// Returns the active MDI child window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue