summaryrefslogtreecommitdiff
path: root/src/Fl_Value_Slider.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Value_Slider.cxx')
-rw-r--r--src/Fl_Value_Slider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Value_Slider.cxx b/src/Fl_Value_Slider.cxx
index 834eba74c..ac7ca2efb 100644
--- a/src/Fl_Value_Slider.cxx
+++ b/src/Fl_Value_Slider.cxx
@@ -35,7 +35,7 @@ Fl_Value_Slider::Fl_Value_Slider(int X, int Y, int W, int H, const char*l)
step(1,100);
textfont_ = FL_HELVETICA;
textsize_ = 10;
- textcolor_ = FL_BLACK;
+ textcolor_ = FL_FOREGROUND_COLOR;
}
void Fl_Value_Slider::draw() {