13
0

Revert "remove unnecessary duplicate loading of GTK RC file"

This reverts commit 694d805bb0.
This commit is contained in:
Paul Davis 2016-06-29 17:38:40 -04:00
parent af3e38d04b
commit 0809f088be

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