summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_dependents.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-11-19 17:46:44 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-02-22 15:31:25 -0500
commitc4962ca180a8394f38c955cdcb11f88e934ce3c1 (patch)
tree470112f890052cca852277f44e2f630cbaf5323c /gtk2_ardour/ardour_ui_dependents.cc
parent51d403d485a3bc337078f2552a3947751dba3467 (diff)
get rid of a warning message by setting up the main window properties before showing it
Diffstat (limited to 'gtk2_ardour/ardour_ui_dependents.cc')
-rw-r--r--gtk2_ardour/ardour_ui_dependents.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui_dependents.cc b/gtk2_ardour/ardour_ui_dependents.cc
index 5f75144c15..e4e649e459 100644
--- a/gtk2_ardour/ardour_ui_dependents.cc
+++ b/gtk2_ardour/ardour_ui_dependents.cc
@@ -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);