projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Watcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBILITY for 'old' menu
[wxWidgets.git]
/
src
/
gtk1
/
slider.cpp
diff --git
a/src/gtk1/slider.cpp
b/src/gtk1/slider.cpp
index c611e0e480b3c84759d8cb82656cb5425835601e..996c428eaa95442883557e4b8412fcb97665e419 100644
(file)
--- a/
src/gtk1/slider.cpp
+++ b/
src/gtk1/slider.cpp
@@
-112,6
+112,7
@@
bool wxSlider::Create(wxWindow *parent, wxWindowID id,
if (style & wxSL_LABELS)
{
gtk_scale_set_draw_value( GTK_SCALE( m_widget ), TRUE );
+ gtk_scale_set_digits( GTK_SCALE( m_widget ), 0 );
/* labels need more space and too small window will
cause junk to appear on the dialog */