]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/control.cpp
not necessary anymore
[wxWidgets.git] / src / os2 / control.cpp
index 61fd7206cf459bced251280de3e6733d2ada08a2..a7d56cb07dd15b00ffce05f5138bdb8ef9e92a06 100644 (file)
@@ -168,6 +168,8 @@ bool wxControl::OS2CreateControl(
     // Controls use the same font and colours as their parent dialog by default
     //
     InheritAttributes();
+    SetXComp(0);
+    SetYComp(0);
     if (nW == 0 || nH == 0)
         SetBestSize(rSize);
     return TRUE;