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 ae40f02626
commit 9a48e7fcfd

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,