pay some attention to the special guest of the night: KDE window stacking
authorRobin Gareus <robin@gareus.org>
Wed, 30 Nov 2016 21:52:06 +0000 (22:52 +0100)
committerRobin Gareus <robin@gareus.org>
Wed, 30 Nov 2016 21:52:06 +0000 (22:52 +0100)
gtk2_ardour/engine_dialog.cc

index b4b09c56299aae69c3595a3900590c28353a996e..1bc6f4968b219853a0c65583806db052f844a102 100644 (file)
@@ -55,6 +55,7 @@
 #include "ui_config.h"
 #include "utils.h"
 #include "pbd/i18n.h"
+#include "splash.h"
 
 using namespace std;
 using namespace Gtk;
@@ -420,6 +421,9 @@ void
 EngineControl::on_show ()
 {
        ArdourDialog::on_show ();
+       if (Splash::instance()) {
+               Splash::instance()->pop_back_for (*this);
+       }
        if (!ARDOUR::AudioEngine::instance()->current_backend() || !ARDOUR::AudioEngine::instance()->running()) {
                // re-check _have_control (jackd running) see #6041
                backend_changed ();