Browse Source

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
newinvert
jean-pierre charras 2 years ago
parent
commit
3ef757e3b9
  1. 3
      eeschema/files-io.cpp

3
eeschema/files-io.cpp

@ -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…
Cancel
Save