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