summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-07 14:38:57 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-07 14:52:24 -0400
commit06c9101f910dc76158f275da3df7e3387f06fe1f (patch)
tree4c10183e0512848305d264b0bfbb9164a0444e75 /gtk2_ardour/rc_option_editor.cc
parentee40e8d026dd0e19d1ad513590aadaa9f630b4c0 (diff)
first pass at moving color theme management into its own preferences tab
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index e039164e8e..6e94744041 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -55,6 +55,7 @@
#include "ardour_window.h"
#include "ardour_dialog.h"
#include "ardour_ui.h"
+#include "color_theme_manager.h"
#include "gui_thread.h"
#include "meter_patterns.h"
#include "midi_tracer.h"
@@ -3332,6 +3333,8 @@ if (!ARDOUR::Profile->get_mixbus()) {
ThemeManager* tm = manage (new ThemeManager);
add_page (_("Theme"), *tm);
+ add_option (_("Theme/Colors"), new ColorThemeManager);
+
//trigger some parameter-changed messages which affect widget-visibility or -sensitivity
parameter_changed ("send-ltc");
parameter_changed ("sync-source");