mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-21 00:09:42 +05:00
IPAL21355 Point Construction dialog box: selection doesn't work if another dialog box has been opened.
This commit is contained in:
parent
466b88c409
commit
b2ea8b9868
@ -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() );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user