]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/spinctrl.cpp
Source cleaning: whitespaces,-1/wxID_ANY,TRUE/true,FALSE/false.
[wxWidgets.git] / src / msw / spinctrl.cpp
index ee0c5794e9e5117e6118825bbf35492d97fe8291..a2a61fc04a5e2cbca01a22b5b7aba9414e49862d 100644 (file)
@@ -372,7 +372,8 @@ bool wxSpinCtrl::Create(wxWindow *parent,
 
     // set up fonts and colours  (This is nomally done in MSWCreateControl)
     InheritAttributes();
-    SetFont(GetDefaultAttributes().font);
+    if (!m_hasFont)
+        SetFont(GetDefaultAttributes().font);
 
     // set the size of the text window - can do it only now, because we
     // couldn't call DoGetBestSize() before as font wasn't set