CAM: LeadInOut - Fix isActive()

This commit is contained in:
tarman3
2025-10-23 15:16:02 +03:00
parent 4b0259b57f
commit 06e0fb4c19

View File

@@ -1257,7 +1257,7 @@ class CommandPathDressupLeadInOut:
return False
if not selection[0].isDerivedFrom("Path::Feature"):
return False
if selection.Name.startswith("Job"):
if selection[0].Name.startswith("Job"):
return False
return True