pay some attention to the special guest of the night: KDE window stacking

This commit is contained in:
Robin Gareus 2016-11-30 22:52:06 +01:00
parent e44e1f6227
commit 4c4061359c
1 changed files with 4 additions and 0 deletions

View 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 ();