summaryrefslogtreecommitdiff
path: root/src/Fl_Value_Output.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2005-10-30 17:42:21 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2005-10-30 17:42:21 +0000
commit067d1d8a61a53723f286e12059ccc168ea8e98c9 (patch)
tree889a12e1576b5f30ca89751aba3c1b6a59a6ba01 /src/Fl_Value_Output.cxx
parent4baeeefabe36b385f9a44c933974617d9ae2a37c (diff)
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
Diffstat (limited to 'src/Fl_Value_Output.cxx')
-rw-r--r--src/Fl_Value_Output.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Value_Output.cxx b/src/Fl_Value_Output.cxx
index 0594e3d10..6574bf106 100644
--- a/src/Fl_Value_Output.cxx
+++ b/src/Fl_Value_Output.cxx
@@ -94,7 +94,7 @@ Fl_Value_Output::Fl_Value_Output(int X, int Y, int W, int H,const char *l)
align(FL_ALIGN_LEFT);
textfont_ = FL_HELVETICA;
textsize_ = (uchar)FL_NORMAL_SIZE;
- textcolor_ = FL_BLACK;
+ textcolor_ = FL_FOREGROUND_COLOR;
soft_ = 0;
}