13
0

Close all dialogs when closing a session (not only at exit).

This commit is contained in:
Robin Gareus 2017-04-22 23:05:37 +02:00
parent 1e8462f45e
commit c0df127dc4

View File

@ -284,6 +284,7 @@ ARDOUR_UI::unload_session (bool hide_stuff)
}
if (hide_stuff) {
close_all_dialogs ();
editor->hide ();
mixer->hide ();
meterbridge->hide ();