Browse Source

Symbol editor: fix library symbol tree modified state bug.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/5573
6.0.7
Wayne Stambaugh 5 years ago
parent
commit
52e9ec5954
  1. 2
      eeschema/symbol_editor/symbol_editor.cpp

2
eeschema/symbol_editor/symbol_editor.cpp

@ -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() )
{

Loading…
Cancel
Save