Salome HOME
IPAL21355 Point Construction dialog box: selection doesn't work if another dialog...
authordmv <dmv@opencascade.com>
Tue, 8 Sep 2009 11:41:45 +0000 (11:41 +0000)
committerdmv <dmv@opencascade.com>
Tue, 8 Sep 2009 11:41:45 +0000 (11:41 +0000)
src/BasicGUI/BasicGUI_PointDlg.cxx

index 3014eec2b610282765109fbffeb5b64f9c9d9f3e..f39c00dd78f7702aa82bb395e46193a88c6fac60 100644 (file)
@@ -646,7 +646,10 @@ void BasicGUI_PointDlg::enterEvent( QEvent* )
 void BasicGUI_PointDlg::ActivateThisDialog( )
 {
   GEOMBase_Skeleton::ActivateThisDialog();
-  // myGeomGUI->SetState( 0 );
+
+  connect( myGeomGUI->getApp()->selectionMgr(), SIGNAL( currentSelectionChanged() ),
+          this, SLOT( SelectionIntoArgument() ) );
+
   ConstructorsClicked( getConstructorId() );
 }