summaryrefslogtreecommitdiff
path: root/lib/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extensions')
-rw-r--r--lib/extensions/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/base.py b/lib/extensions/base.py
index 85011adf..49c9687e 100644
--- a/lib/extensions/base.py
+++ b/lib/extensions/base.py
@@ -89,7 +89,7 @@ class InkstitchExtension(inkex.EffectExtension):
return []
if self.svg.selection:
- if node.get("id") in self.svg.selection:
+ if node in self.svg.selection:
selected = True
else:
# if the user didn't select anything that means we process everything