kopia lustrzana https://github.com/inkstitch/inkstitch
Merge fd5cf1a63e
into 7d4644ab2e
commit
881746ad05
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue