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:
parent
3487124a4a
commit
3ef757e3b9
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue