13
0

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

View File

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