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 cca62bd8b5
commit a175ae63b3

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: