Remove unecessary if in DrawSketchHandlerArc.h
This commit is contained in:
committed by
Kacper Donat
parent
ea247c1540
commit
7076989ead
@@ -191,9 +191,6 @@ private:
|
||||
|
||||
if (constructionMethod() == ConstructionMethod::Center) {
|
||||
startAngle = startAngleBackup;
|
||||
}
|
||||
|
||||
if (constructionMethod() == ConstructionMethod::Center) {
|
||||
toolWidgetManager.drawDoubleAtCursor(onSketchPos, arcAngle, Base::Unit::Angle);
|
||||
seekAndRenderAutoConstraint(sugConstraints[2],
|
||||
onSketchPos,
|
||||
|
||||
Reference in New Issue
Block a user