]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/textctrl.cpp
Change up font selection process
[wxWidgets.git] / src / os2 / textctrl.cpp
index 4070a296890d54c460df26f2433ff1d3257623aa..66b4819ebb0846a41fe7b46b54c7907f6063e657 100644 (file)
@@ -208,16 +208,7 @@ bool wxTextCtrl::Create(
     //
     // Set font, position, size and initial value
     //
-    wxFont&                         vFontParent = pParent->GetFont();
-
-    if (vFontParent.Ok())
-    {
-        SetFont(vFontParent);
-    }
-    else
-    {
-        SetFont(wxSystemSettings::GetFont(wxSYS_SYSTEM_FONT));
-    }
+    SetFont(*wxSMALL_FONT);
     if (!rsValue.IsEmpty())
     {
         SetValue(rsValue);