+ fixes #0001341: more visual feedback for check geometry command

This commit is contained in:
wmayer
2013-12-31 13:25:49 +01:00
parent 668f337963
commit 047d7e10e1

View File

@@ -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()