Draft: Small bugfix in DXF exporter

This commit is contained in:
Yorik van Havre
2020-09-09 14:38:16 +02:00
parent c55c89c7d1
commit 5bd018f493

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)