From 067d1d8a61a53723f286e12059ccc168ea8e98c9 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 30 Oct 2005 17:42:21 +0000 Subject: Updated the default label and text colors of all widgets to use FL_FOREGROUND_COLOR instead of FL_BLACK (STR #1052) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4609 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Adjuster.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Fl_Adjuster.cxx') diff --git a/src/Fl_Adjuster.cxx b/src/Fl_Adjuster.cxx index 18b0dcdc5..5c5e46f3a 100644 --- a/src/Fl_Adjuster.cxx +++ b/src/Fl_Adjuster.cxx @@ -161,7 +161,7 @@ Fl_Adjuster::Fl_Adjuster(int X, int Y, int W, int H, const char* l) : Fl_Valuator(X, Y, W, H, l) { box(FL_UP_BOX); step(1, 10000); - selection_color(FL_BLACK); + selection_color(FL_SELECTION_COLOR); drag = 0; soft_ = 1; } -- cgit v1.2.3