X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_AddMeshElementDlg.cxx;h=845d81bc57b4e4061c06fd99587574e81bcc8874;hb=2f652b378401af2eefab3a17c9ea97b6cfc78abd;hp=bfb3ff8d7b2302d5bc17f7faf28a33b63e13e4bf;hpb=d47d1f292b69419e23cf390158a01259bf8f9c5e;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_AddMeshElementDlg.cxx b/src/SMESHGUI/SMESHGUI_AddMeshElementDlg.cxx index bfb3ff8d7..845d81bc5 100644 --- a/src/SMESHGUI/SMESHGUI_AddMeshElementDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_AddMeshElementDlg.cxx @@ -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(); @@ -489,7 +489,7 @@ void SMESHGUI_AddMeshElementDlg::ClickOnOk() //================================================================================= void SMESHGUI_AddMeshElementDlg::ClickOnCancel() { - mySelectionMgr->clearSelected(); + //mySelectionMgr->clearSelected(); mySimulation->SetVisibility(false); SMESH::SetPointRepresentation(false); if ( SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow( mySMESHGUI ))