]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/slider.cpp
Added an #ifdef
[wxWidgets.git] / src / motif / slider.cpp
index ab2b4f6e4a3b3311126dfe133af60cc75bccf412..549360987362daa17899da73560d624aec3220e3 100644 (file)
@@ -99,7 +99,7 @@ bool wxSlider::Create(wxWindow *parent, wxWindowID id,
     
     XtAddCallback (sliderWidget, XmNdragCallback, (XtCallbackProc) wxSliderCallback, (XtPointer) this);
     
-    m_windowFont = parent->GetFont();
+    m_font = parent->GetFont();
     
     ChangeFont(FALSE);
     SetCanAddEventHandler(TRUE);