diff --git a/lib/extensions/stitch_plan_preview.py b/lib/extensions/stitch_plan_preview.py index 2468fc84f..e5d22fa7c 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: