IPAL21355 Point Construction dialog box: selection doesn't work if another dialog box has been opened.

This commit is contained in:
dmv 2009-09-08 11:41:45 +00:00
parent 466b88c409
commit b2ea8b9868

View 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() );
}