Arch: Small fix in windows

This commit is contained in:
Yorik van Havre
2014-05-18 14:38:00 -03:00
parent 7e898c0336
commit 19440ceae0

View File

@@ -1054,7 +1054,8 @@ class _ArchWindowTaskPanel:
else:
if i > 2:
try:
n=float(t)
q = FreeCAD.Units.Quantity(t)
t = str(q.Value)
except:
ok = False
ar.append(t)