From c3648637116200fed6fa79d21c68c52e95801158 Mon Sep 17 00:00:00 2001 From: Kaalleen Date: Sun, 6 Apr 2025 19:02:17 +0200 Subject: [PATCH] remove command also from selection list --- lib/extensions/redwork.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/extensions/redwork.py b/lib/extensions/redwork.py index 48a9da314..5e0d7c081 100644 --- a/lib/extensions/redwork.py +++ b/lib/extensions/redwork.py @@ -97,6 +97,7 @@ class Redwork(InkstitchExtension): if command: # remove command symbol command_group = command.connector.getparent() + self.svg.selection.pop(command_group.get_id()) command_group.delete() # return the first occurence directly return command.target_point