Show the splash-screen if the engine dialog's run() hid it.
[ardour.git] / gtk2_ardour / engine_dialog.cc
index e62d6ebe70af3aa57eeb33f4bf5b75b3a756cc7a..9ed3812669799b6da9937f4e24b2e4ded7bfe150 100644 (file)
@@ -2670,6 +2670,7 @@ EngineControl::start_stop_button_clicked ()
                ARDOUR::AudioEngine::instance()->stop ();
        } else {
                if (!ARDOUR_UI::instance()->session_loaded) {
+                       pop_splash ();
                        hide ();
                        ARDOUR::GUIIdle ();
                }
@@ -3084,6 +3085,7 @@ EngineControl::connect_disconnect_click()
                stop_engine ();
        } else {
                if (!ARDOUR_UI::instance()->session_loaded) {
+                       pop_splash ();
                        hide ();
                        ARDOUR::GUIIdle ();
                }