diff --git a/common/pgm_base.cpp b/common/pgm_base.cpp index adf73e693a..e692ca4b94 100644 --- a/common/pgm_base.cpp +++ b/common/pgm_base.cpp @@ -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; }