]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/utils.cpp
corrected event type for standalone scrollbars (patch 1240385)
[wxWidgets.git] / src / motif / utils.cpp
index d06990d497bb997723e5f2269277e6fee536ab80..691ae9e8f4b88c2aca3255eb97ba88c5b03ef7a6 100644 (file)
@@ -929,7 +929,7 @@ extern void wxDoChangeFont(WXWidget widget, wxFont& font)
 #if !wxCHECK_LESSTIF() || wxCHECK_LESSTIF_VERSION( 0, 93 )
     Widget w = (Widget)widget;
     XtVaSetValues( w,
-                   wxFont::GetFontTag(), font.GetFontType( XtDisplay(w) ),
+                   wxFont::GetFontTag(), font.GetFontTypeC( XtDisplay(w) ),
                    NULL );
 #endif