Salome HOME
Fix for the problem: click "Apply" button unselects mesh.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_RevolutionDlg.cxx
index 2f15f1882ba0d8de15098351db4472e3709a93e0..fb35d63efa0e360e739602c2b5d8fe67451570ee 100644 (file)
@@ -469,10 +469,10 @@ void SMESHGUI_RevolutionDlg::ClickOnApply()
     } catch (...) {
     }
 
     } catch (...) {
     }
 
-    mySelectionMgr->clearSelected();
     SMESH::UpdateView();
     Init(false);
     ConstructorsClicked(GetConstructorId());
     SMESH::UpdateView();
     Init(false);
     ConstructorsClicked(GetConstructorId());
+    SelectionIntoArgument();
   }
 }
 
   }
 }