PAL10902 - local selection is stay in viewer after "apply" of Modifiction->Orientation operation

This commit is contained in:
asl 2005-12-14 07:11:48 +00:00
parent bfcd70d78a
commit 01d6aed55b

View File

@ -942,7 +942,10 @@ bool SMESHGUI_MultiEditDlg::onApply()
bool aResult = process(aMeshEditor, anIds.inout()); bool aResult = process(aMeshEditor, anIds.inout());
if (aResult) { if (aResult) {
if (myActor) { if (myActor) {
//mySelectionMgr->clearSelected(); SALOME_ListIO sel;
mySelectionMgr->selectedObjects( sel );
mySelector->ClearIndex();
mySelectionMgr->setSelectedObjects( sel );
SMESH::UpdateView(); SMESH::UpdateView();
} }