We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b7fb1 commit ec30537Copy full SHA for ec30537
pyrevitlib/pyrevit/revit/db/create.py
@@ -378,7 +378,7 @@ def create_text_type(name,
378
spec_tnote_type.Parameter[DB.BuiltInParameter.TEXT_STYLE_UNDERLINE]\
379
.Set(1 if underline else 0)
380
spec_tnote_type.Parameter[DB.BuiltInParameter.TEXT_WIDTH_SCALE]\
381
- .Set(width_factor if width_factor != 1.0 else 1.0)
+ .Set(width_factor)
382
return spec_tnote_type
383
384
0 commit comments