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:
parent
6930071cdb
commit
98f44aa20c
@ -2845,7 +2845,8 @@ void
|
||||
ARDOUR_UI::hide_splash ()
|
||||
{
|
||||
if (splash) {
|
||||
splash->hide();
|
||||
delete splash;
|
||||
splash = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user