From 4c4061359cb33011e3acab016e8e604cd413a93d Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 30 Nov 2016 22:52:06 +0100 Subject: pay some attention to the special guest of the night: KDE window stacking --- gtk2_ardour/engine_dialog.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gtk2_ardour/engine_dialog.cc b/gtk2_ardour/engine_dialog.cc index b4b09c5629..1bc6f4968b 100644 --- a/gtk2_ardour/engine_dialog.cc +++ b/gtk2_ardour/engine_dialog.cc @@ -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 (); -- cgit v1.2.3