Salome HOME
PAL8978 - selection is lost after some operations
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_SewingDlg.cxx
index 6ee03914146aa7263aa2329bcee5d0e986aaaf3e..383e3277f05a66d1779fbee9c90defd6a24e2084 100644 (file)
@@ -593,7 +593,7 @@ void SMESHGUI_SewingDlg::ClickOnOk()
 //=================================================================================
 void SMESHGUI_SewingDlg::ClickOnCancel()
 {
-  mySelectionMgr->clearSelected();
+  //mySelectionMgr->clearSelected();
   SMESH::SetPointRepresentation(false);
   if ( SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow( mySMESHGUI ))
     aViewWindow->SetSelectionMode(ActorSelection);