Kaalleen 2025-04-06 22:10:31 -04:00 zatwierdzone przez GitHub
commit 881746ad05
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -97,6 +97,8 @@ class Redwork(InkstitchExtension):
if command:
# remove command symbol
command_group = command.connector.getparent()
if command_group in self.svg.selection:
self.svg.selection.pop(command_group.get_id())
command_group.delete()
# return the first occurence directly
return command.target_point