Fix for child window positioning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4593,7 +4593,10 @@ void wxWindowOS2::MoveChildren(
|
||||
int nDiff
|
||||
)
|
||||
{
|
||||
if (GetAutoLayout())
|
||||
//
|
||||
// We want to handle top levels ourself, manually
|
||||
//
|
||||
if (!IsTopLevel() && GetAutoLayout())
|
||||
{
|
||||
Layout();
|
||||
}
|
||||
|
Reference in New Issue
Block a user