fix icoinse bug

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2005-03-24 13:21:12 +00:00
parent 3a6bdcad42
commit 4ab2824cc6

View File

@@ -692,7 +692,7 @@ void wxFrame::IconizeChildFrames(bool bIconize)
wxFrame *frame = wxDynamicCast(win, wxFrame);
if ( frame
#if wxUSE_MDI_ARCHITECTURE
&& !IsMDIChild()
&& !frame->IsMDIChild()
#endif // wxUSE_MDI_ARCHITECTURE
)
{