Hide the splash earlier in kicad
This commit is contained in:
parent
fe0fb92441
commit
f6951c3ce0
|
@ -246,6 +246,7 @@ bool PGM_KICAD::OnPgmInit()
|
||||||
|
|
||||||
wxString projToLoad;
|
wxString projToLoad;
|
||||||
|
|
||||||
|
HideSplash();
|
||||||
|
|
||||||
if( playerFrame && parser.GetParamCount() )
|
if( playerFrame && parser.GetParamCount() )
|
||||||
{
|
{
|
||||||
|
@ -353,8 +354,6 @@ bool PGM_KICAD::OnPgmInit()
|
||||||
frame->Show( true );
|
frame->Show( true );
|
||||||
frame->Raise();
|
frame->Raise();
|
||||||
|
|
||||||
HideSplash();
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue