Fix regression. Minimal seam allowance width is less than the point accuracy values.
This commit is contained in:
parent
5b7e98bf48
commit
d280f6a2bb
|
@ -1,3 +1,6 @@
|
||||||
|
# Valentina 0.7.50 (unreleased)
|
||||||
|
- Fix regression. Minimal seam allowance width is less than the point accuracy values.
|
||||||
|
|
||||||
# Valentina 0.7.49 July 1, 2021
|
# Valentina 0.7.49 July 1, 2021
|
||||||
- Fix crash.
|
- Fix crash.
|
||||||
- Add tooltip for Export draw feature.
|
- Add tooltip for Export draw feature.
|
||||||
|
|
|
@ -55,7 +55,7 @@ const qreal maxL = 3.5;
|
||||||
|
|
||||||
const qreal VSAPoint::passmarkFactor = 0.5;
|
const qreal VSAPoint::passmarkFactor = 0.5;
|
||||||
const qreal VSAPoint::maxPassmarkLength = (10/*mm*/ / 25.4) * PrintDPI;
|
const qreal VSAPoint::maxPassmarkLength = (10/*mm*/ / 25.4) * PrintDPI;
|
||||||
const qreal VSAPoint::minSAWidth = ToPixel(0.015, Unit::Cm);
|
const qreal VSAPoint::minSAWidth = accuracyPointOnLine + accuracyPointOnLine*0.5;
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user