disable light theme until it gets fixed
authorRobin Gareus <robin@gareus.org>
Fri, 20 Mar 2015 21:40:05 +0000 (22:40 +0100)
committerRobin Gareus <robin@gareus.org>
Fri, 20 Mar 2015 21:40:47 +0000 (22:40 +0100)
(or at most past the 4.0 release tag)

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);