Salome HOME
Fix for the problem: it's impossible to modify element by typing it ID (without selec...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_ExtrusionDlg.cxx
index 8ae65deec8eb152b0fef63a501fbce0091ad94c1..a950917c714a44abe6bf3f4ae7564c2c1cc3c9af 100644 (file)
@@ -271,6 +271,7 @@ SMESHGUI_ExtrusionDlg::SMESHGUI_ExtrusionDlg (SMESHGUI* theModule,
   this->show(); // displays Dialog
 
   ConstructorsClicked(0);
+  SelectionIntoArgument();
 }
 
 //=================================================================================