PAL10397 - node mustn't be selected after add operation

This commit is contained in:
asl 2005-11-28 06:51:45 +00:00
parent b90943f064
commit 8d0c572759

View File

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