This commit is contained in:
Thomas-Alexandre Moreau 2025-01-31 16:36:42 +01:00
parent 8e8346f836
commit 168ea56717

View file

@ -49,7 +49,7 @@ class WindowDialog():
listSize = len(copy_sketchList) listSize = len(copy_sketchList)
while listSize > 0: while listSize > 0:
while index < (listSize - 1): while index < listSize:
print(f'{copy_sketchList} --- {listSize}') print(f'{copy_sketchList} --- {listSize}')
__O__ = copy_sketchList[index] __O__ = copy_sketchList[index]
boundingBox = __O__.Shape.BoundBox boundingBox = __O__.Shape.BoundBox