do not accidentally re-create splash
This commit is contained in:
parent
54acf6af6a
commit
74454d1859
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user