summaryrefslogtreecommitdiff
path: root/lib/extensions/input.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extensions/input.py')
-rw-r--r--lib/extensions/input.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/input.py b/lib/extensions/input.py
index f8bf5a5d..251859c5 100644
--- a/lib/extensions/input.py
+++ b/lib/extensions/input.py
@@ -44,7 +44,7 @@ class Input(object):
if not stitch.flags & END:
color_block.add_stitch(stitch.xx * PIXELS_PER_MM, stitch.yy * PIXELS_PER_MM,
jump=stitch.flags & JUMP,
- stop=stitch.flags & STOP,
+ color_change=stitch.flags & STOP,
trim=stitch.flags & TRIM)
extents = stitch_plan.extents