[ArchWall] Fix Align Right with Multi-Material invalid case problem

This commit is contained in:
paul lee
2020-05-22 13:57:01 +08:00
committed by Yorik van Havre
parent 85bfe116e1
commit bd02e1bb9d

View File

@@ -1395,14 +1395,13 @@ class _Wall(ArchComponent.Component):
bind=False,
occ=False,
widthList=curWidth,
offsetMode=None,
offsetMode="BasewireMode",
alignList=aligns,
normal=normal,
basewireOffset=off)
sh = DraftGeomUtils.bind(w1,w2)
#elif obj.Align == "Center":
elif curAligns == "Center":
if layers: