the return of the splash, with a few changes to help with window layering a little

git-svn-id: svn://localhost/ardour2/branches/3.0@11222 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-01-10 18:21:39 +00:00
parent ea99ee68d9
commit b53c92b652
5 changed files with 30 additions and 22 deletions

View file

@ -78,7 +78,7 @@ ArdourDialog::on_show ()
Splash* spl = Splash::instance();
if (spl) {
spl->pop_back ();
spl->pop_back_for (*this);
}
Dialog::on_show ();