PAL10203 - dialog of triangle union wasn't updated after operation

This commit is contained in:
asl 2005-10-12 07:44:47 +00:00
parent 309a73fb95
commit c06234a40f

View File

@ -509,6 +509,7 @@ bool SMESHGUI_SingleEditDlg::onApply()
if (aResult) {
mySelector->ClearIndex();
mySelectionMgr->setSelectedObjects(aList, false);
onSelectionDone();
SMESH::UpdateView();
}