Arch: Fixed mistake in last commit

This commit is contained in:
Yorik van Havre
2022-05-16 10:42:09 +02:00
parent 57fcdd8182
commit 73d28acd87

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 = "Panel"
tp = "Solid Panel"
i = 0
ws = ''
for w in baseobj.Shape.Wires: