]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/control.cpp
really show the menubar (calling Show(TRUE) doesn't do it any more)
[wxWidgets.git] / src / os2 / control.cpp
index 1dd3f453d139f04fcf6142992350144a615f7436..f390b9c38bcd051dade60380c0e7f6ff62f2ff5a 100644 (file)
@@ -161,9 +161,14 @@ bool wxControl::OS2CreateControl(
     SubclassWin(m_hWnd);
 
     //
-    // Controls use the same font and colours as their parent dialog by default
+    // Controls use the same colours as their parent dialog by default
     //
     InheritAttributes();
+    //
+    // All OS/2 ctrls use the small font
+    //
+    SetFont(*wxSMALL_FONT);
+
     SetXComp(0);
     SetYComp(0);
     SetSize( rPos.x