X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_MakeNodeAtPointDlg.cxx;h=4f076c55145e8b629f1667a8f4ff56e3e92c2f8c;hb=5dc951b4bf0ce0a9ac7a6097317e09357530813f;hp=ce60b192f2d05d95defb0665068dacef36d7cee5;hpb=5a51c1c3555249185d96a96ab04e377e85e14d11;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_MakeNodeAtPointDlg.cxx b/src/SMESHGUI/SMESHGUI_MakeNodeAtPointDlg.cxx index ce60b192f..4f076c551 100644 --- a/src/SMESHGUI/SMESHGUI_MakeNodeAtPointDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_MakeNodeAtPointDlg.cxx @@ -392,8 +392,9 @@ bool SMESHGUI_MakeNodeAtPointOp::onApply() if (aResult) { myDlg->myId->setText(""); - + SALOME_ListIO aList; + selectionMgr()->setSelectedObjects(aList,false); aList.Append(myMeshActor->getIO()); selectionMgr()->setSelectedObjects(aList,false); SMESH::UpdateView(); @@ -578,7 +579,7 @@ void SMESHGUI_MakeNodeAtPointOp::redisplayPreview() mySimulation->SetData(aMeshPreviewStruct._retn()); } else - { +{ mySimulation->SetVisibility(false); }