]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
IPAL21355 Point Construction dialog box: selection doesn't work if another dialog...
authordmv <dmv@opencascade.com>
Tue, 8 Sep 2009 11:40:31 +0000 (11:40 +0000)
committerdmv <dmv@opencascade.com>
Tue, 8 Sep 2009 11:40:31 +0000 (11:40 +0000)
src/BasicGUI/BasicGUI_PointDlg.cxx

index 9d92f5b99c917ed22331aa72e3add89c7038cf9b..1bf62cfb6ec71ea51f885098de1e8bdeb3b4a010 100644 (file)
@@ -578,7 +578,10 @@ void BasicGUI_PointDlg::enterEvent(QEvent* e)
 void BasicGUI_PointDlg::ActivateThisDialog( )
 {
   GEOMBase_Skeleton::ActivateThisDialog();
-  // myGeomGUI->SetState( 0 );
+
+  connect( myGeomGUI->getApp()->selectionMgr(), SIGNAL( currentSelectionChanged() ),
+          this, SLOT( SelectionIntoArgument() ) );
+
   ConstructorsClicked( getConstructorId() );
 }