Arch: Small fix in windows
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user