PAL15161 (Mesh to pass through a point - preview works wrong for the submesh and group)

Clear selection at Apply()
This commit is contained in:
eap 2007-03-07 10:39:01 +00:00
parent 5a51c1c355
commit 5dc951b4bf

View File

@ -394,6 +394,7 @@ bool SMESHGUI_MakeNodeAtPointOp::onApply()
myDlg->myId->setText("");
SALOME_ListIO aList;
selectionMgr()->setSelectedObjects(aList,false);
aList.Append(myMeshActor->getIO());
selectionMgr()->setSelectedObjects(aList,false);
SMESH::UpdateView();