Close all dialogs when closing a session (not only at exit).
authorRobin Gareus <robin@gareus.org>
Sat, 22 Apr 2017 21:05:37 +0000 (23:05 +0200)
committerRobin Gareus <robin@gareus.org>
Sat, 22 Apr 2017 21:06:22 +0000 (23:06 +0200)
gtk2_ardour/ardour_ui_dialogs.cc

index 5fae3bb367419eab8d8b38914159638b66384771..cd735c5df445008754709ba8268f32484e65c895 100644 (file)
@@ -284,6 +284,7 @@ ARDOUR_UI::unload_session (bool hide_stuff)
        }
 
        if (hide_stuff) {
+               close_all_dialogs ();
                editor->hide ();
                mixer->hide ();
                meterbridge->hide ();