Salome HOME
Merge from V5_1_main 10/06/2010
[modules/geom.git] / src / OperationGUI / OperationGUI_PartitionDlg.cxx
index 0b08ae59fcdf065eff571fb32c7d137609c8192a..b6fac51c725384b350fa1f979eef7c7648377367 100644 (file)
@@ -202,6 +202,7 @@ void OperationGUI_PartitionDlg::ConstructorsClicked( int constructorId )
   myEditCurrentArgument->setFocus();
   connect( myGeomGUI->getApp()->selectionMgr(), 
            SIGNAL( currentSelectionChanged() ), this, SLOT( SelectionIntoArgument() ) );
+  SelectionIntoArgument();
 }