kopia lustrzana https://github.com/inkstitch/inkstitch
inkscape only cares if the insensitive attribute is present
rodzic
f7ab7251c1
commit
8b3ae3da12
|
|
@ -62,7 +62,7 @@ class StitchPlanPreview(InkstitchExtension):
|
||||||
if self.options.insensitive is True:
|
if self.options.insensitive is True:
|
||||||
layer.set(SODIPODI_INSENSITIVE, True)
|
layer.set(SODIPODI_INSENSITIVE, True)
|
||||||
else:
|
else:
|
||||||
layer.set(SODIPODI_INSENSITIVE, False)
|
layer.pop(SODIPODI_INSENSITIVE)
|
||||||
|
|
||||||
# translate stitch plan to the right side of the canvas
|
# translate stitch plan to the right side of the canvas
|
||||||
if self.options.move_to_side:
|
if self.options.move_to_side:
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue