reverse logic in plugin GUI key handling
[ardour.git] / gtk2_ardour / theme_manager.cc
index 6a557399db36072341029cf11ed749eac491457b..1af708e524380a9f28c078e9af15dfb6b808c1d7 100644 (file)
@@ -112,7 +112,9 @@ ThemeManager::ThemeManager()
        theme_selection_hbox.pack_start (light_button);
 
        set_homogeneous (false);
+#if 0 // disable light/dark theme choice. until the 'light theme gets some attention.
        pack_start (theme_selection_hbox, PACK_SHRINK);
+#endif
        pack_start (reset_button, PACK_SHRINK);
 #ifndef __APPLE__
        pack_start (all_dialogs, PACK_SHRINK);