diff options
Diffstat (limited to 'src/Fl_Value_Output.cxx')
| -rw-r--r-- | src/Fl_Value_Output.cxx | 2 |
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; } |
