Draft: Small bugfix in DXF exporter

This commit is contained in:
Yorik van Havre
2020-09-09 14:38:16 +02:00
parent b82716ca51
commit dc97e31707

View File

@@ -3800,7 +3800,7 @@ def export(objectslist, filename, nospline=False, lwPoly=False):
style='STANDARD',
layer=getStrGroup(ob)))
elif Draft.getType(ob) == "DraftText":
elif Draft.getType(ob) in ("DraftText","Text"):
# texts
if gui:
height = float(ob.ViewObject.FontSize)