CAM: Fix array warning 2

This commit is contained in:
tarman3
2025-04-22 18:58:15 +03:00
committed by Chris Hennes
parent 827ff3eb99
commit 7f551072c6

View File

@@ -206,6 +206,8 @@ class ObjectArray:
self.setEditorModes(obj)
self.FirstRun = True
def execute(self, obj):
if FreeCAD.GuiUp and self.FirstRun:
self.FirstRun = False