Sync changes from upstream repository

Co-authored-by: Dale Fugier <dale@mcneel.com>
Co-authored-by: Steve Baer <steve@mcneel.com>
This commit is contained in:
Bozo The Builder
2023-04-26 06:44:54 -07:00
parent 69212e51f4
commit 711b9eac4e
4 changed files with 12 additions and 12 deletions

View File

@@ -283,7 +283,7 @@ bool ON_Leader::GetTextXform(
if (maskframe != ON_TextMask::MaskFrame::NoFrame)
{
text_gap = dimstyle->TextMask().MaskBorder();
text_gap += dimstyle->TextMask().MaskBorder(); // RH-71452
}
if (maskframe == ON_TextMask::MaskFrame::CapsuleFrame)