PAL10397 - Selection isn't cleared after apply

This commit is contained in:
asl 2005-11-02 07:26:40 +00:00
parent 936be4abe3
commit d47d1f292b

View File

@ -457,6 +457,7 @@ void SMESHGUI_AddMeshElementDlg::ClickOnApply()
}
SALOME_ListIO aList; aList.Append( myActor->getIO() );
mySelector->ClearIndex();
mySelectionMgr->setSelectedObjects( aList, false );
SMESH::UpdateView();