From fbf75f2512ec942765ae5157556862e1b0e61302 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 18 Mar 2013 02:52:10 +0000 Subject: [PATCH] Force zyn ntk theme to Cairo --- source/backend/native/zynaddsubfx.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/backend/native/zynaddsubfx.cpp b/source/backend/native/zynaddsubfx.cpp index 5c707c8a2..2f7170ca8 100644 --- a/source/backend/native/zynaddsubfx.cpp +++ b/source/backend/native/zynaddsubfx.cpp @@ -34,6 +34,7 @@ #include #include #include +#include #endif #include @@ -421,6 +422,8 @@ private: Fl::background(50, 50, 50); Fl::background2(70, 70, 70); Fl::foreground(255, 255, 255); + + Fl_Theme::set("Cairo"); } CARLA_ASSERT(fUi == nullptr);