remove command also from selection list

pull/3639/head
Kaalleen 2025-04-06 19:02:17 +02:00
rodzic d6faff13ea
commit c364863711
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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