PAL9844 - selected edge must be unhilighted after apply

This commit is contained in:
asl 2005-10-07 05:15:29 +00:00
parent 62434e4dfd
commit ea1a40fff7

View File

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