summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/extensions/stitch_plan_preview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/extensions/stitch_plan_preview.py b/lib/extensions/stitch_plan_preview.py
index 2468fc84..e5d22fa7 100644
--- a/lib/extensions/stitch_plan_preview.py
+++ b/lib/extensions/stitch_plan_preview.py
@@ -62,7 +62,7 @@ class StitchPlanPreview(InkstitchExtension):
if self.options.insensitive is True:
layer.set(SODIPODI_INSENSITIVE, True)
else:
- layer.set(SODIPODI_INSENSITIVE, False)
+ layer.pop(SODIPODI_INSENSITIVE)
# translate stitch plan to the right side of the canvas
if self.options.move_to_side: