Symbol editor: fix library symbol tree modified state bug.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/5573
This commit is contained in:
parent
bd103c133d
commit
52e9ec5954
|
@ -222,6 +222,8 @@ bool SYMBOL_EDIT_FRAME::LoadOneLibraryPartAux( LIB_PART* aEntry, const wxString&
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_toolManager->RunAction( ACTIONS::cancelInteractive, true );
|
||||||
|
|
||||||
// Symbols from the schematic are edited in place and not managed by the library manager.
|
// Symbols from the schematic are edited in place and not managed by the library manager.
|
||||||
if( IsSymbolFromSchematic() )
|
if( IsSymbolFromSchematic() )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue