inkscape only cares if the insensitive attribute is present

pull/2137/head dev-build-lexelby-fix-insensitive
Lex Neva 2023-03-11 15:54:49 -05:00
rodzic f7ab7251c1
commit 8b3ae3da12
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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: