diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-10-07 14:29:15 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2006-10-07 14:29:15 +0000 |
| commit | b82b4c44455f3f99aa42903491c4569d7c91191d (patch) | |
| tree | 2aaae53e2c931d731976abd5ac0b89982b219e95 | |
| parent | 7b15f5b1598b02d6f805d013c67759cde2b38c0c (diff) | |
Use standard link color as the default, not FL_SELECTION_COLOR.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5512 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -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 76565dee6..8ec3f044d 100644 --- a/src/Fl_Help_View.cxx +++ b/src/Fl_Help_View.cxx @@ -1070,7 +1070,7 @@ Fl_Help_View::format() size_ = 0; bgcolor_ = color(); textcolor_ = textcolor(); - linkcolor_ = selection_color(); + linkcolor_ = fl_contrast(FL_MAGENTA, color()); tc = rc = bgcolor_; |
