diff --git a/eeschema/tools/sch_editor_control.cpp b/eeschema/tools/sch_editor_control.cpp index 5993f78b97..a71d1e6d22 100644 --- a/eeschema/tools/sch_editor_control.cpp +++ b/eeschema/tools/sch_editor_control.cpp @@ -1953,7 +1953,7 @@ int SCH_EDITOR_CONTROL::EditWithSymbolEditor( const TOOL_EVENT& aEvent ) symbolEditor->LoadSymbolFromSchematic( symbol ); else if( aEvent.IsAction( &EE_ACTIONS::editLibSymbolWithLibEdit ) ) { - symbolEditor->LoadSymbol( symbol->GetLibId(), symbol->GetConvert(), symbol->GetUnit() ); + symbolEditor->LoadSymbol( symbol->GetLibId(), symbol->GetUnit(), symbol->GetConvert() ); if( !symbolEditor->IsSymbolTreeShown() ) {