]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/window.cpp
Updated to Scintilla from 1.45 to 1.47
[wxWidgets.git] / src / os2 / window.cpp
index ce34797831607c4a650dbb6e9572c1e65aba87b1..f17d44952ad63cb58e1294fb0cce02e251e529f5 100644 (file)
@@ -4593,7 +4593,10 @@ void wxWindowOS2::MoveChildren(
   int                               nDiff
 )
 {
-    if (GetAutoLayout())
+    //
+    // We want to handle top levels ourself, manually
+    //
+    if (!IsTopLevel() && GetAutoLayout())
     {
         Layout();
     }