Remove unecessary if in DrawSketchHandlerArc.h
This commit is contained in:
committed by
Kacper Donat
parent
ae40f02626
commit
9a48e7fcfd
@@ -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