From eca1c6cc4cc350c5e5f232263b39db4ec5f7e87c Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Tue, 25 Feb 2003 18:58:58 +0000 Subject: Fix help dialog link color. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2945 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Help_Dialog.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Fl_Help_Dialog.cxx') diff --git a/src/Fl_Help_Dialog.cxx b/src/Fl_Help_Dialog.cxx index 773ee67c7..9cbb757ff 100644 --- a/src/Fl_Help_Dialog.cxx +++ b/src/Fl_Help_Dialog.cxx @@ -1,4 +1,4 @@ -// generated by Fast Light User Interface Designer (fluid) version 1.0103 +// generated by Fast Light User Interface Designer (fluid) version 1.0104 #include "../FL/Fl_Help_Dialog.H" #include "flstring.h" @@ -114,7 +114,7 @@ Fl_Help_Dialog::Fl_Help_Dialog() { { Fl_Help_View* o = view_ = new Fl_Help_View(10, 10, 510, 330); o->box(FL_DOWN_BOX); o->color(49); - o->selection_color(49); + o->selection_color(15); o->labeltype(FL_NORMAL_LABEL); o->labelfont(0); o->labelsize(14); -- cgit v1.2.3