diff --git a/eeschema/sch_field.cpp b/eeschema/sch_field.cpp index 02b2200bd5..b0aaf7cae6 100644 --- a/eeschema/sch_field.cpp +++ b/eeschema/sch_field.cpp @@ -529,6 +529,7 @@ void SCH_FIELD::SetPosition( const wxPoint& aPosition ) InverseTransform().TransformCoordinate( relativePos ); SetTextPos( relativePos + parentComponent->GetPosition() ); + return; } SetTextPos( aPosition );