Browse Source

Force zyn ntk theme to Cairo

tags/1.9.4
falkTX 11 years ago
parent
commit
fbf75f2512
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      source/backend/native/zynaddsubfx.cpp

+ 3
- 0
source/backend/native/zynaddsubfx.cpp View File

@@ -34,6 +34,7 @@
#include <FL/Fl_Shared_Image.H> #include <FL/Fl_Shared_Image.H>
#include <FL/Fl_Tiled_Image.H> #include <FL/Fl_Tiled_Image.H>
#include <FL/Fl_Dial.H> #include <FL/Fl_Dial.H>
#include <FL/Fl_Theme.H>
#endif #endif


#include <ctime> #include <ctime>
@@ -421,6 +422,8 @@ private:
Fl::background(50, 50, 50); Fl::background(50, 50, 50);
Fl::background2(70, 70, 70); Fl::background2(70, 70, 70);
Fl::foreground(255, 255, 255); Fl::foreground(255, 255, 255);

Fl_Theme::set("Cairo");
} }


CARLA_ASSERT(fUi == nullptr); CARLA_ASSERT(fUi == nullptr);


Loading…
Cancel
Save