Symbol editor: fix library symbol tree modified state bug.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/5573
This commit is contained in:
Wayne Stambaugh 2020-11-03 09:32:35 -05:00
parent bd103c133d
commit 52e9ec5954
1 changed files with 2 additions and 0 deletions

View File

@ -222,6 +222,8 @@ bool SYMBOL_EDIT_FRAME::LoadOneLibraryPartAux( LIB_PART* aEntry, const wxString&
return false;
}
m_toolManager->RunAction( ACTIONS::cancelInteractive, true );
// Symbols from the schematic are edited in place and not managed by the library manager.
if( IsSymbolFromSchematic() )
{