projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added an #ifdef
[wxWidgets.git]
/
src
/
motif
/
slider.cpp
diff --git
a/src/motif/slider.cpp
b/src/motif/slider.cpp
index ab2b4f6e4a3b3311126dfe133af60cc75bccf412..549360987362daa17899da73560d624aec3220e3 100644
(file)
--- a/
src/motif/slider.cpp
+++ b/
src/motif/slider.cpp
@@
-99,7
+99,7
@@
bool wxSlider::Create(wxWindow *parent, wxWindowID id,
XtAddCallback (sliderWidget, XmNdragCallback, (XtCallbackProc) wxSliderCallback, (XtPointer) this);
- m_
windowF
ont = parent->GetFont();
+ m_
f
ont = parent->GetFont();
ChangeFont(FALSE);
SetCanAddEventHandler(TRUE);