diff options
Diffstat (limited to 'lib/elements')
| -rw-r--r-- | lib/elements/fill_stitch.py | 3 |
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): |
