13
0

get rid of a warning message by setting up the main window properties before showing it

This commit is contained in:
Paul Davis 2015-11-19 17:46:44 -05:00
parent 51d403d485
commit c4962ca180

View File

@ -359,8 +359,8 @@ ARDOUR_UI::setup_windows ()
}
}
_main_window.show_all ();
setup_toplevel_window (_main_window, "", this);
_main_window.show_all ();
_tabs.set_show_tabs (false);