Arch: fixed window for good this time

This commit is contained in:
Yorik van Havre
2022-05-16 13:21:52 +02:00
committed by GitHub
parent f4a0387dc9
commit d85cea7e7d

View File

@@ -100,7 +100,7 @@ def makeWindow(baseobj=None,width=None,height=None,parts=None,name=None):
if baseobj.Shape.Wires:
tp = "Frame"
if len(baseobj.Shape.Wires) == 1:
tp = "Solid Panel"
tp = "Solid panel"
i = 0
ws = ''
for w in baseobj.Shape.Wires: