Remove unecessary if in DrawSketchHandlerArc.h

This commit is contained in:
PaddleStroke
2025-03-20 12:30:13 +01:00
committed by Kacper Donat
parent ea247c1540
commit 7076989ead

View File

@@ -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,