diff options
Diffstat (limited to 'src/fl_gleam.cxx')
| -rw-r--r-- | src/fl_gleam.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fl_gleam.cxx b/src/fl_gleam.cxx index 696bc8a98..39d384adf 100644 --- a/src/fl_gleam.cxx +++ b/src/fl_gleam.cxx @@ -30,8 +30,7 @@ static void gleam_color(Fl_Color c) { - if (Fl::draw_box_active()) fl_color(c); - else fl_color(fl_inactive(c)); + Fl::set_box_color(c); } static void shade_rect_top_bottom(int x, int y, int w, int h, Fl_Color fg1, Fl_Color fg2, float th) { |
