summaryrefslogtreecommitdiff
path: root/lib/elements/fill_stitch.py
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2023-05-21 22:57:02 +0200
committerGitHub <noreply@github.com>2023-05-21 22:57:02 +0200
commitc56800e40b93087240c9ffec458e48f0444648c1 (patch)
tree32361f5cfd28c43f0dd502406281cf8484cf924a /lib/elements/fill_stitch.py
parent11e225c919805a581a805adb9ec7254322ee96ba (diff)
parentcc7dfcf3e4fdfc8be5f7653fa5432f1ffa12f3c9 (diff)
Merge pull request #2297 from inkstitch/kaalleen/various-fixes
Diffstat (limited to 'lib/elements/fill_stitch.py')
-rw-r--r--lib/elements/fill_stitch.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/elements/fill_stitch.py b/lib/elements/fill_stitch.py
index 91cad563..80e68247 100644
--- a/lib/elements/fill_stitch.py
+++ b/lib/elements/fill_stitch.py
@@ -769,8 +769,7 @@ class FillStitch(EmbroideryElement):
starting_point,
underpath=self.underlay_underpath))
stitch_groups.append(underlay)
-
- starting_point = underlay.stitches[-1]
+ starting_point = underlay.stitches[-1]
return [stitch_groups, starting_point]
def do_auto_fill(self, shape, last_patch, starting_point, ending_point):