mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-19 04:36:09 +08:00
Sync changes from upstream repository
Co-authored-by: Andrew Le Bihan <andy@mcneel.com> Co-authored-by: Dale Fugier <dale@mcneel.com> Co-authored-by: Dale Lear <dalelear@mcneel.com> Co-authored-by: Greg Arden <greg@mcneel.com> Co-authored-by: Jussi <jussi@mcneel.com> Co-authored-by: Lowell <lowell@mcneel.com> Co-authored-by: Rajaa Issa <rajaa@mcneel.com> Co-authored-by: Steve Baer <steve@mcneel.com> Co-authored-by: alain <alain@mcneel.com> Co-authored-by: chuck <chuck@mcneel.com> Co-authored-by: piac <giulio@mcneel.com>
This commit is contained in:
@@ -2178,7 +2178,7 @@ bool ON_TextContent::FormatTolerance(
|
||||
ON_DimStyle::suppress_zero zs = alt ? dimstyle->AlternateZeroSuppress() : dimstyle->ZeroSuppress();
|
||||
|
||||
|
||||
double length_factor = dimstyle->LengthFactor();
|
||||
double length_factor = 1.0; // dimstyle->LengthFactor(); RH-63775
|
||||
double unit_length_factor = ON::UnitScale(units_in, dim_us);
|
||||
length_factor *= unit_length_factor;
|
||||
if (alt)
|
||||
|
||||
Reference in New Issue
Block a user