EEschema: hide the splash screen before reading a file, to avoid obfuscate

a info dialog, if any.
Fixes #15076
https://gitlab.com/kicad/code/kicad/-/issues/15076
This commit is contained in:
jean-pierre charras 2023-06-29 12:34:04 +02:00
parent 3487124a4a
commit 3ef757e3b9
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@
bool SCH_EDIT_FRAME::OpenProjectFiles( const std::vector<wxString>& aFileSet, int aCtl )
{
// ensure the splash screen does not obscure any dialog at startup
Pgm().HideSplash();
// implement the pseudo code from KIWAY_PLAYER.h:
wxString msg;