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:
David Webster
2002-09-05 13:54:24 +00:00
parent 1b2a04da9a
commit 5efff1479e

View File

@@ -4593,7 +4593,10 @@ void wxWindowOS2::MoveChildren(
int nDiff
)
{
if (GetAutoLayout())
//
// We want to handle top levels ourself, manually
//
if (!IsTopLevel() && GetAutoLayout())
{
Layout();
}