Tool Point at distance and angle now allows negative length.
Because length cannot be negative a line will change direction on opposite.
This commit is contained in:
parent
f4908dafd4
commit
3429e5ae11
|
@ -41,6 +41,7 @@
|
||||||
- Change behavior for menu Pattern piece -> Show main path. Now it has an influence on export as well.
|
- Change behavior for menu Pattern piece -> Show main path. Now it has an influence on export as well.
|
||||||
- Call Piece Options and Delete Piece from the piece list context menu.
|
- Call Piece Options and Delete Piece from the piece list context menu.
|
||||||
- Change default values for grainline length and pattern label size to 10 cm.
|
- Change default values for grainline length and pattern label size to 10 cm.
|
||||||
|
- Tool Point at distance and angle now allows negative length.
|
||||||
|
|
||||||
# Version 0.6.2 (unreleased)
|
# Version 0.6.2 (unreleased)
|
||||||
- [#903] Bug in tool Cut Spline path.
|
- [#903] Bug in tool Cut Spline path.
|
||||||
|
|
|
@ -151,7 +151,7 @@ void DialogEndLine::EvalLength()
|
||||||
formulaData.labelEditFormula = ui->labelEditFormula;
|
formulaData.labelEditFormula = ui->labelEditFormula;
|
||||||
formulaData.labelResult = ui->labelResultCalculation;
|
formulaData.labelResult = ui->labelResultCalculation;
|
||||||
formulaData.postfix = UnitsToStr(qApp->patternUnit(), true);
|
formulaData.postfix = UnitsToStr(qApp->patternUnit(), true);
|
||||||
formulaData.checkLessThanZero = true;
|
formulaData.checkLessThanZero = false;
|
||||||
|
|
||||||
Eval(formulaData, flagFormula);
|
Eval(formulaData, flagFormula);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user