collapse length is not used anymore (#2745)

replace collapse length by minimum jump stitch length in a tool tip
pull/2752/head
Claudine Peyrat 2024-03-01 02:37:41 +01:00 zatwierdzone przez GitHub
rodzic 9293ced806
commit 4d520fece2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -237,7 +237,7 @@ class EmbroideryElement(object):
@param('force_lock_stitches',
_('Force lock stitches'),
tooltip=_('Sew lock stitches after sewing this element, '
'even if the distance to the next object is shorter than defined by the collapse length value in the Ink/Stitch preferences.'),
'even if the distance to the next object is shorter than defined by the Minimum jump stitch length value in the Ink/Stitch preferences.'),
type='boolean',
default=False,
sort_index=51)