Fix dialog for tool Point along perpendicular. No memory of line color settings.

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2019-11-19 10:52:53 +02:00
parent 4eecb8e3ba
commit fa58a53aed
2 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,8 @@
- Fix locking file after double save as.
- Key --ignoremargins still required margins.
- [#978] Don't show errors in History dialog.
- Fixed translation numbers in scientific notation.
- Fixed translation numbers in scientific notation.
- Fix dialog for tool Point along perpendicular. No memory of line color settings.
# Version 0.6.1 October 23, 2018
- [#885] Regression. Broken support for multi size measurements.

View File

@ -82,6 +82,7 @@ void VToolNormal::setDialog()
SCASSERT(not dialogTool.isNull())
const QSharedPointer<VPointF> p = VAbstractTool::data.GeometricObject<VPointF>(m_id);
dialogTool->SetTypeLine(m_lineType);
dialogTool->SetLineColor(lineColor);
dialogTool->SetFormula(formulaLength);
dialogTool->SetAngle(angle);
dialogTool->SetFirstPointId(basePointId);