Salome HOME
PAL9878 - selection lost after operation
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_TranslationDlg.cxx
index 5a4539c9452e3c8bb080a2894cabbc4c2987bc43..c6c58b328bf5504327cf6cc62ccff6d4c4470e87 100644 (file)
@@ -473,7 +473,7 @@ void SMESHGUI_TranslationDlg::ClickOnCancel()
 {
   disconnect(mySelectionMgr, 0, this, 0);
   mySelectionMgr->clearFilters();
-  mySelectionMgr->clearSelected();
+  //mySelectionMgr->clearSelected();
   SMESH::SetPointRepresentation(false);
   if ( SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow( mySMESHGUI ))
     aViewWindow->SetSelectionMode( ActorSelection );