Sketcher: Convert PointPos into an enum CLASS

This commit is contained in:
Abdullah Tahiri
2021-12-11 14:43:57 +01:00
parent 182596ba08
commit 44567167ff
22 changed files with 845 additions and 843 deletions

View File

@@ -49,11 +49,11 @@ Constraint::Constraint()
AlignmentType(Undef),
Name(""),
First(GeoEnum::GeoUndef),
FirstPos(none),
FirstPos(PointPos::none),
Second(GeoEnum::GeoUndef),
SecondPos(none),
SecondPos(PointPos::none),
Third(GeoEnum::GeoUndef),
ThirdPos(none),
ThirdPos(PointPos::none),
LabelDistance(10.f),
LabelPosition(0.f),
isDriving(true),