]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/checkbox.cpp
corrected path splitting for mac relative paths
[wxWidgets.git] / src / os2 / checkbox.cpp
index 83117513887cdfb363c35635af9339c59bb2aad3..2c18c0eb223499f82a543d4594467799a29972a2 100644 (file)
@@ -15,6 +15,9 @@
 #ifndef WX_PRECOMP
     #include "wx/checkbox.h"
     #include "wx/brush.h"
+    #include "wx/scrolwin.h"
+    #include "wx/dcscreen.h"
+    #include "wx/settings.h"
 #endif
 
 #include "wx/os2/private.h"
@@ -128,7 +131,7 @@ bool wxCheckBox::Create(
                       ,(PVOID)&lColor
                      );
 
-    SetFont(pParent->GetFont());
+    SetFont(*wxSMALL_FONT);
 
     SetSize( nX
             ,nY