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:
@@ -2004,6 +2004,7 @@ void wxFrameManager::Update()
|
|||||||
//p.frame->Move(p.floating_pos.x, p.floating_pos.y);
|
//p.frame->Move(p.floating_pos.x, p.floating_pos.y);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (p.frame->IsShown() != p.IsShown())
|
||||||
p.frame->Show(p.IsShown());
|
p.frame->Show(p.IsShown());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user