summaryrefslogtreecommitdiff
path: root/src/Fl_get_system_colors.cxx
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2003-05-21 16:12:14 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2003-05-21 16:12:14 +0000
commitba892d265222409f0887b9cb92923c501b48decd (patch)
tree032e0ba3d8ceca83af23f4ccb8d01b53aca0cbf7 /src/Fl_get_system_colors.cxx
parent2549a4ad6285fe28341979b0a64f289feaedb531 (diff)
Add find() method to help widget and search box to help dialog.
Default to blue for the selection color on OSX; otherwise links and other visual elements are not the correct color. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2993 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_get_system_colors.cxx')
-rw-r--r--src/Fl_get_system_colors.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_get_system_colors.cxx b/src/Fl_get_system_colors.cxx
index 180d42cf7..43d998aee 100644
--- a/src/Fl_get_system_colors.cxx
+++ b/src/Fl_get_system_colors.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_get_system_colors.cxx,v 1.6.2.7.2.19 2003/05/18 22:12:21 easysw Exp $"
+// "$Id: Fl_get_system_colors.cxx,v 1.6.2.7.2.20 2003/05/21 16:12:14 easysw Exp $"
//
// System color support for the Fast Light Tool Kit (FLTK).
//
@@ -150,7 +150,7 @@ void Fl::get_system_colors()
foreground(0, 0, 0);
background(0xd8, 0xd8, 0xd8);
background2(0xff, 0xff, 0xff);
- set_selection_color(0x80, 0x80, 0x80);
+ set_selection_color(0x00, 0x00, 0x80);
}
#else
@@ -320,5 +320,5 @@ int Fl::reload_scheme() {
//
-// End of "$Id: Fl_get_system_colors.cxx,v 1.6.2.7.2.19 2003/05/18 22:12:21 easysw Exp $".
+// End of "$Id: Fl_get_system_colors.cxx,v 1.6.2.7.2.20 2003/05/21 16:12:14 easysw Exp $".
//