diff --git a/src/Mod/Part/Gui/TaskCheckGeometry.cpp b/src/Mod/Part/Gui/TaskCheckGeometry.cpp index 3162acbbc..e7050f991 100644 --- a/src/Mod/Part/Gui/TaskCheckGeometry.cpp +++ b/src/Mod/Part/Gui/TaskCheckGeometry.cpp @@ -600,6 +600,8 @@ void SetupResultShellNotClosed::go(ResultEntry *entry) addTypedSelection(entry, closedWires, TopAbs_EDGE); addTypedSelection(entry, openWires, TopAbs_EDGE); + + getSetupResultBoundingBoxObject().go(entry); } SetupResultShellNotClosed& PartGui::getSetupResultShellNotClosedObject()