13
0

do not accidentally re-create splash

This commit is contained in:
Paul Davis 2019-10-11 14:44:30 -06:00
parent 54acf6af6a
commit 74454d1859

View File

@ -864,7 +864,7 @@ ARDOUR_UI::~ARDOUR_UI ()
void
ARDOUR_UI::pop_back_splash (Gtk::Window& win)
{
if (Splash::instance()) {
if (Splash::exists()) {
Splash::instance()->pop_back_for (win);
}
}