Browse Source

Switch legacy-gui FLTK scheme to 'gtk+', improving rendering, fonts and widgets

tags/v1.4.0
Nils 4 years ago
parent
commit
7f9ff66897
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/legacy-gui.cpp

+ 2
- 0
src/legacy-gui.cpp View File

@@ -1314,6 +1314,8 @@ cb_main ( Fl_Widget *, void * )
int
main (int argc, char **argv )
{
Fl::scheme("gtk+"); //Fl::scheme("gleam");

fl_register_images();

Fl::lock();


Loading…
Cancel
Save