summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2003-02-25 18:58:58 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2003-02-25 18:58:58 +0000
commiteca1c6cc4cc350c5e5f232263b39db4ec5f7e87c (patch)
treec17ed1b1d3999d77b431c1b4cb935ccf3e846aca /src
parent82a8a171e5f288ec9422ed6c1f6e195772549658 (diff)
Fix help dialog link color.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2945 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Help_Dialog.cxx4
-rw-r--r--src/Fl_Help_Dialog.fl8
2 files changed, 6 insertions, 6 deletions
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);
diff --git a/src/Fl_Help_Dialog.fl b/src/Fl_Help_Dialog.fl
index b0d0f5551..982df46e9 100644
--- a/src/Fl_Help_Dialog.fl
+++ b/src/Fl_Help_Dialog.fl
@@ -1,12 +1,12 @@
# data file for the Fltk User Interface Designer (fluid)
-version 1.0103
+version 1.0104
header_name {../FL/Fl_Help_Dialog.H}
code_name {.cxx}
decl {\#include "flstring.h"} {}
decl {\#include <FL/fl_ask.H>} {}
-class FL_EXPORT Fl_Help_Dialog {open selected
+class FL_EXPORT Fl_Help_Dialog {open
} {
decl {int index_;} {}
decl {int max_;} {}
@@ -47,8 +47,8 @@ else if (view_->filename())
{
strlcpy(file_[index_], view_->filename(), sizeof(file_[0]));
line_[index_] = view_->topline();
-}} open
- private xywh {10 10 510 330} box DOWN_BOX resizable
+}} open selected
+ private xywh {10 10 510 330} box DOWN_BOX selection_color 15 resizable
code0 {\#include <FL/Fl_Help_View.H>}
class Fl_Help_View
} {}