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