]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/combobox.cpp
corrected path splitting for mac relative paths
[wxWidgets.git] / src / os2 / combobox.cpp
index 1fd96160e517223c94162a30b2b9389e51e06bf2..fc4697b255af247b86d2a9fe607e18ade0997afd 100644 (file)
@@ -143,7 +143,7 @@ bool wxComboBox::Create(
     //
     SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
 
-    SetFont(pParent->GetFont());
+    SetFont(*wxSMALL_FONT);
 
     int                             i;