summaryrefslogtreecommitdiff
path: root/lib/elements/fill_stitch.py
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2022-04-28 23:25:52 -0400
committerKaalleen <reni@allenka.de>2022-05-04 19:18:33 +0200
commite2ede5e456d8037552ac9077f2cc34ccdfb52db2 (patch)
tree38165f05047c7f2e0a40c026c8d67b301c1a5883 /lib/elements/fill_stitch.py
parentf019d396588f538431b7a1c7d41240d5db66930c (diff)
get rid of "closest point" strategy
Diffstat (limited to 'lib/elements/fill_stitch.py')
-rw-r--r--lib/elements/fill_stitch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elements/fill_stitch.py b/lib/elements/fill_stitch.py
index 9233b6cf..3b87ea0c 100644
--- a/lib/elements/fill_stitch.py
+++ b/lib/elements/fill_stitch.py
@@ -103,7 +103,7 @@ class FillStitch(EmbroideryElement):
@property
@param('tangential_strategy', _('Tangential strategy'), type='dropdown', default=1,
- options=[_("Closest point"), _("Inner to Outer"), _("Single spiral")], select_items=[('fill_method', 1)], sort_index=2)
+ options=[_("Inner to Outer"), _("Single spiral")], select_items=[('fill_method', 1)], sort_index=2)
def tangential_strategy(self):
return self.get_int_param('tangential_strategy', 1)