Revert "remove unnecessary duplicate loading of GTK RC file"
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 29 Jun 2016 21:38:40 +0000 (17:38 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 29 Jun 2016 21:38:40 +0000 (17:38 -0400)
This reverts commit 694d805bb0dd7531a58caa7cf617b8ea117e7588.

gtk2_ardour/ardour_ui.cc

index 22be829f2ba54e324be4d9cdf3a228344432d9bb..1a6e301ccc3f66ad90ec68cde4ea62c3b81b2d95 100644 (file)
@@ -491,6 +491,10 @@ ARDOUR_UI::ARDOUR_UI (int *argcp, char **argvp[], const char* localedir)
        /* do not retain position for add route dialog */
        add_route_dialog.set_state_mask (WindowProxy::Size);
 
+       /* Trigger setting up the color scheme and loading the GTK RC file */
+
+       UIConfiguration::instance().load_rc_file (false);
+
        _process_thread = new ProcessThread ();
        _process_thread->init ();