diff --git a/pcbnew/pcb_text.cpp b/pcbnew/pcb_text.cpp index 6c5d734f7c..82cb0df92f 100644 --- a/pcbnew/pcb_text.cpp +++ b/pcbnew/pcb_text.cpp @@ -398,7 +398,7 @@ const BOX2I PCB_TEXT::GetBoundingBox() const rect.Inflate( getKnockoutMargin() ); if( !angle.IsZero() ) - rect = rect.GetBoundingBoxRotated( GetTextPos(), GetTextAngle() ); + rect = rect.GetBoundingBoxRotated( GetTextPos(), angle ); return rect; }