kopia lustrzana https://github.com/inkstitch/inkstitch
remove command also from selection list
rodzic
d6faff13ea
commit
c364863711
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue