Fix dialog for tool Point along perpendicular. No memory of line color settings.
(grafted from d65f796893e4f8c04b535f711bd8d93275e2ddff) --HG-- branch : develop
This commit is contained in:
parent
816db0a7bb
commit
0c0207aa6f
|
@ -68,7 +68,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.
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user