From cddb39a066ba484ecf44dceb0bdb2b930a0764c9 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 2 Nov 2005 13:55:13 +0000 Subject: STR #1052: Updated FLUID to generate buttons in the correct colors. After all these changes, it may be useful to rebuild all cxx files from fl files. This will make sure that menu items are rendered in foreground color instead of simply black git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4625 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/function_panel.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fluid/function_panel.cxx') diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx index a7de6a735..04c1461b1 100644 --- a/fluid/function_panel.cxx +++ b/fluid/function_panel.cxx @@ -130,7 +130,7 @@ Fl_Double_Window* make_code_panel() { o->labeltype(FL_NORMAL_LABEL); o->labelfont(0); o->labelsize(11); - o->labelcolor(FL_BLACK); + o->labelcolor(FL_FOREGROUND_COLOR); o->textfont(4); o->textsize(11); o->align(FL_ALIGN_TOP); @@ -432,7 +432,7 @@ Fl_Double_Window* make_comment_panel() { o->labeltype(FL_NORMAL_LABEL); o->labelfont(0); o->labelsize(11); - o->labelcolor(FL_BLACK); + o->labelcolor(FL_FOREGROUND_COLOR); o->textfont(4); o->textsize(11); o->align(FL_ALIGN_TOP); -- cgit v1.2.3