Fix typo.
This commit is contained in:
parent
e51316a932
commit
5ba4900170
|
@ -398,7 +398,7 @@ const BOX2I PCB_TEXT::GetBoundingBox() const
|
||||||
rect.Inflate( getKnockoutMargin() );
|
rect.Inflate( getKnockoutMargin() );
|
||||||
|
|
||||||
if( !angle.IsZero() )
|
if( !angle.IsZero() )
|
||||||
rect = rect.GetBoundingBoxRotated( GetTextPos(), GetTextAngle() );
|
rect = rect.GetBoundingBoxRotated( GetTextPos(), angle );
|
||||||
|
|
||||||
return rect;
|
return rect;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue