Fix dialog for tool Point along perpendicular. No memory of line color settings.
--HG-- branch : release
This commit is contained in:
parent
4eecb8e3ba
commit
fa58a53aed
|
@ -31,7 +31,8 @@
|
||||||
- Fix locking file after double save as.
|
- Fix locking file after double save as.
|
||||||
- Key --ignoremargins still required margins.
|
- Key --ignoremargins still required margins.
|
||||||
- [#978] Don't show errors in History dialog.
|
- [#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
|
# Version 0.6.1 October 23, 2018
|
||||||
- [#885] Regression. Broken support for multi size measurements.
|
- [#885] Regression. Broken support for multi size measurements.
|
||||||
|
|
|
@ -82,6 +82,7 @@ void VToolNormal::setDialog()
|
||||||
SCASSERT(not dialogTool.isNull())
|
SCASSERT(not dialogTool.isNull())
|
||||||
const QSharedPointer<VPointF> p = VAbstractTool::data.GeometricObject<VPointF>(m_id);
|
const QSharedPointer<VPointF> p = VAbstractTool::data.GeometricObject<VPointF>(m_id);
|
||||||
dialogTool->SetTypeLine(m_lineType);
|
dialogTool->SetTypeLine(m_lineType);
|
||||||
|
dialogTool->SetLineColor(lineColor);
|
||||||
dialogTool->SetFormula(formulaLength);
|
dialogTool->SetFormula(formulaLength);
|
||||||
dialogTool->SetAngle(angle);
|
dialogTool->SetAngle(angle);
|
||||||
dialogTool->SetFirstPointId(basePointId);
|
dialogTool->SetFirstPointId(basePointId);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user