13
0

destroy splash when hiding it to workaround odd bug on OS X where the window will reappear as other windows get relayered or deleted

git-svn-id: svn://localhost/ardour2/branches/3.0@12526 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-06-01 16:27:47 +00:00
parent 6930071cdb
commit 98f44aa20c

View File

@ -2845,7 +2845,8 @@ void
ARDOUR_UI::hide_splash ()
{
if (splash) {
splash->hide();
delete splash;
splash = 0;
}
}