summaryrefslogtreecommitdiff
path: root/lib/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extensions')
-rw-r--r--lib/extensions/select_elements.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/select_elements.py b/lib/extensions/select_elements.py
index 2c2de242..2b3cb142 100644
--- a/lib/extensions/select_elements.py
+++ b/lib/extensions/select_elements.py
@@ -163,7 +163,7 @@ class SelectElements(InkstitchExtension):
element_id = element.node.get_id() or ''
conditions = {
'all': True,
- 'autorun-top': element_id.startswith('autorun'),
+ 'autorun-top': element_id.startswith('autorun') or element_id.startswith('redwork'),
'autorun-underpath': element_id.startswith('underpath'),
'autosatin-underpath': element_id.startswith('autosatinrun')}
return conditions[self.options.running_stitch_condition]