Remove empty infobar message.
I'm not sure what this was for, but it seems like a bad idea and I got a few crashes near here.
This commit is contained in:
parent
62cef3d830
commit
fe1bff7d29
|
@ -536,7 +536,6 @@ bool SYMBOL_EDIT_FRAME::CanCloseSymbolFromSchematic( bool doClose )
|
||||||
|
|
||||||
if( doClose )
|
if( doClose )
|
||||||
{
|
{
|
||||||
GetInfoBar()->ShowMessageFor( wxEmptyString, 1 );
|
|
||||||
SetCurSymbol( nullptr, false );
|
SetCurSymbol( nullptr, false );
|
||||||
updateTitle();
|
updateTitle();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue