Sketcher: Fix void bounding box fall-through in constraint visualization

Add missing break after hiding rectangle points for a void bounding box,
preventing fall-through to CornerMin()/CornerMax() which would produce
undefined values.
This commit is contained in:
Benjamin Nauck
2026-03-10 19:11:48 +01:00
parent 0ea238f90c
commit a06be5de68
@@ -832,6 +832,7 @@ Restart:
points[j].setValue(0.0f, 0.0f, 0.0f);
}
coords->point.finishEditing();
break;
}
// 1. Get the original min/max points and dimensions