mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Force close the splash
This commit is contained in:
parent
ec64ceeff2
commit
07ecdc5fbb
@ -426,7 +426,7 @@ void PGM_BASE::HideSplash()
|
||||
if( !m_splash )
|
||||
return;
|
||||
|
||||
m_splash->Close();
|
||||
m_splash->Close( true );
|
||||
m_splash->Destroy();
|
||||
m_splash = nullptr;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user