Browse Source

themes: Workaround for bug where a background color of RGB 0,0,0 in Black color scheme is sometimes drawn as green.

tags/v1.3.1001
John Rigg Jonathan Moore Liles 4 years ago
parent
commit
2b8d732643
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/themes.cxx

+ 1
- 1
src/themes.cxx View File

@@ -42,7 +42,7 @@ void fl_register_themes ( void )

{
Fl_Color_Scheme *o = new Fl_Color_Scheme( "Black",
fl_rgb_color( 0, 0, 0 ),
fl_rgb_color( 4, 4, 4 ),
fl_rgb_color( 20, 20, 20 ),
fl_rgb_color( 240, 240, 240 ),
FL_YELLOW );


Loading…
Cancel
Save