diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-07-29 02:12:36 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2003-07-29 02:12:36 +0000 |
| commit | 520d44ebf698fb5b9c87d38cd7e841f8dd110c81 (patch) | |
| tree | f540f1a56e2493685568aeb8e4c695b48c9f72f7 /src/Fl_get_system_colors.cxx | |
| parent | d597ec7b3898940fc8a790916c80b602abeefc1a (diff) | |
Fix scheme and image drawing bugs.
Bump to 1.1.4rc2.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3064 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_get_system_colors.cxx')
| -rw-r--r-- | src/Fl_get_system_colors.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Fl_get_system_colors.cxx b/src/Fl_get_system_colors.cxx index 69fea0086..ebc7d6dec 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.21 2003/07/12 04:20:48 easysw Exp $" +// "$Id: Fl_get_system_colors.cxx,v 1.6.2.7.2.22 2003/07/29 02:12:36 easysw Exp $" // // System color support for the Fast Light Tool Kit (FLTK). // @@ -247,8 +247,6 @@ int Fl::scheme(const char *s) { int Fl::reload_scheme() { Fl_Window *win; - get_system_colors(); - if (scheme_ && !strcasecmp(scheme_, "plastic")) { // Update the tile image to match the background color... uchar r, g, b; @@ -323,5 +321,5 @@ int Fl::reload_scheme() { // -// End of "$Id: Fl_get_system_colors.cxx,v 1.6.2.7.2.21 2003/07/12 04:20:48 easysw Exp $". +// End of "$Id: Fl_get_system_colors.cxx,v 1.6.2.7.2.22 2003/07/29 02:12:36 easysw Exp $". // |
