Close all dialogs when closing a session (not only at exit).
This commit is contained in:
parent
1e8462f45e
commit
c0df127dc4
@ -284,6 +284,7 @@ ARDOUR_UI::unload_session (bool hide_stuff)
|
||||
}
|
||||
|
||||
if (hide_stuff) {
|
||||
close_all_dialogs ();
|
||||
editor->hide ();
|
||||
mixer->hide ();
|
||||
meterbridge->hide ();
|
||||
|
Loading…
Reference in New Issue
Block a user