diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2007-02-07 03:50:24 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2007-02-07 03:50:24 +0000 |
| commit | 07fd0cc413a1e534e219b8ea060330febbf3d1c6 (patch) | |
| tree | 157023fda754a458350f479a68ff2d41102548ee /src/Fl_Help_View.cxx | |
| parent | 628210154b5a5be5983998fa6728148303d10a64 (diff) | |
Fix default link color.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5668 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Help_View.cxx')
| -rw-r--r-- | src/Fl_Help_View.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Help_View.cxx b/src/Fl_Help_View.cxx index f0b08ef39..694e11ed6 100644 --- a/src/Fl_Help_View.cxx +++ b/src/Fl_Help_View.cxx @@ -1298,7 +1298,7 @@ Fl_Help_View::format() textcolor_ = get_color(get_attr(attrs, "TEXT", attr, sizeof(attr)), textcolor()); linkcolor_ = get_color(get_attr(attrs, "LINK", attr, sizeof(attr)), - selection_color()); + fl_contrast(FL_MAGENTA, color())); } else if (strcasecmp(buf, "BR") == 0) { |
