[TD]fix section scale

- scale field in ui was QuantitySpinBox which is wrong for
  dimensionless number.
- section view scale was being set at only GlobalDecimals
  precision.
This commit is contained in:
wandererfan
2023-12-04 09:25:04 -05:00
committed by WandererFan
parent 09f67f2f6b
commit b450a62ef5
6 changed files with 89 additions and 44 deletions

View File

@@ -128,6 +128,8 @@ private:
VectorEditWidget* m_viewDirectionWidget;
bool m_directionIsSet;
bool m_modelIsDirty;
bool m_scaleEdited;
};
class TaskDlgSectionView : public Gui::TaskView::TaskDialog