Salome HOME
Fix for the problem: it's impossible to modify element by typing it ID (without selec...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_RevolutionDlg.cxx
index fb35d63efa0e360e739602c2b5d8fe67451570ee..b7c256adf6712b392a43cd4b96c139450bea6545 100644 (file)
@@ -341,6 +341,7 @@ SMESHGUI_RevolutionDlg::SMESHGUI_RevolutionDlg( SMESHGUI* theModule, const char*
   this->show(); /* displays Dialog */
 
   ConstructorsClicked(0);
+  SelectionIntoArgument();
   resize(0,0); // ??
 }