summaryrefslogtreecommitdiff
path: root/lib/extensions/cleanup.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extensions/cleanup.py')
-rw-r--r--lib/extensions/cleanup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/cleanup.py b/lib/extensions/cleanup.py
index 99b72a81..a38818b8 100644
--- a/lib/extensions/cleanup.py
+++ b/lib/extensions/cleanup.py
@@ -24,7 +24,7 @@ class Cleanup(InkstitchExtension):
self.fill_threshold = self.options.fill_threshold
self.stroke_threshold = self.options.stroke_threshold
- self.svg.selected.clear()
+ self.svg.selection.clear()
count = 0
svg = self.document.getroot()