Skip to content

Commit

Permalink
Draft: small fix in DXF importer
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Jun 2, 2014
1 parent c31b661 commit f2cb539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Draft/importDXF.py
Expand Up @@ -157,7 +157,7 @@ def getdimheight(style):
if a.type == "dimstyle":
if rawValue(a,2) == style:
return rawValue(a,140)
return None
return 1

def calcBulge(v1,bulge,v2):
'''
Expand Down

0 comments on commit f2cb539

Please sign in to comment.