workaround for bug #1531361

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Benjamin Williams
2006-07-30 19:57:35 +00:00
parent 7f7348b143
commit f88d171659

View File

@@ -2004,7 +2004,8 @@ void wxFrameManager::Update()
//p.frame->Move(p.floating_pos.x, p.floating_pos.y);
}
p.frame->Show(p.IsShown());
if (p.frame->IsShown() != p.IsShown())
p.frame->Show(p.IsShown());
}
}
else