Salome HOME
PAL9878 - selection lost after operation
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_RevolutionDlg.cxx
index b7c256adf6712b392a43cd4b96c139450bea6545..2722e4f40895cb48361aeba44d258b713695e17d 100644 (file)
@@ -495,7 +495,7 @@ void SMESHGUI_RevolutionDlg::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);