mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-16 22:36:01 +08:00
Update source to v6.11.18282.01000
This commit is contained in:
@@ -229,6 +229,9 @@ bool ON_Text::Transform(const ON_Xform& xform, const ON_DimStyle* parent_dimstyl
|
||||
double oldheight = TextHeight(parent_dimstyle);
|
||||
double newheight = oldheight * scale;
|
||||
SetTextHeight(parent_dimstyle, newheight);
|
||||
oldheight = MaskBorder(parent_dimstyle);
|
||||
newheight = oldheight * scale;
|
||||
SetMaskBorder(parent_dimstyle, newheight);
|
||||
}
|
||||
return rc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user