diff --git a/eeschema/tools/sch_editor_control.cpp b/eeschema/tools/sch_editor_control.cpp index 101e43f568..273242d38d 100644 --- a/eeschema/tools/sch_editor_control.cpp +++ b/eeschema/tools/sch_editor_control.cpp @@ -1028,6 +1028,7 @@ int SCH_EDITOR_CONTROL::Paste( const TOOL_EVENT& aEvent ) { SCH_COMPONENT* component = (SCH_COMPONENT*) item; component->Resolve( *symLibTable, partLib ); + component->UpdatePins(); } else if( item->Type() == SCH_SHEET_T ) {