1
0
Fork 0

Bug fix in calculation of crotch gusset length for expand = false.

This commit is contained in:
Thrunic 2023-11-17 22:10:42 -05:00
parent ff0a95f2d2
commit 67a261ff53

View file

@ -193,7 +193,8 @@ function draftFront({
.attr(
'data-text',
`${units(2 * sa + store.get('crotchGussetWidth'))} x ${units(
sa + (options.legRibbing ? sa : absoluteOptions.legHem) + store.get('crotchGussetLength')
(options.legRibbing ? 2 * sa : 2 * absoluteOptions.legHem) +
store.get('crotchGussetLength')
)}`
)