]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/spinctrl.cpp
corrected path splitting for mac relative paths
[wxWidgets.git] / src / os2 / spinctrl.cpp
index 6804a3ab94f9b78e987d1a799eb601c3d5f7a0e1..bfda23f725af4c6396662ab81fc0fb4fd1069702 100644 (file)
@@ -187,7 +187,7 @@ bool wxSpinCtrl::Create(
     m_hWndBuddy = m_hWnd; // One in the same for OS/2
     if(pParent)
         pParent->AddChild((wxSpinButton *)this);
     m_hWndBuddy = m_hWnd; // One in the same for OS/2
     if(pParent)
         pParent->AddChild((wxSpinButton *)this);
-    SetFont(pParent->GetFont());
+    SetFont(*wxSMALL_FONT);
     ::WinQueryWindowPos(m_hWnd, &vSwp);
     SetXComp(vSwp.x);
     SetYComp(vSwp.y);
     ::WinQueryWindowPos(m_hWnd, &vSwp);
     SetXComp(vSwp.x);
     SetYComp(vSwp.y);