mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
get rid of a warning message by setting up the main window properties before showing it
This commit is contained in:
parent
51d403d485
commit
c4962ca180
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue