mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-06-07 23:47:49 +05:00
Fix. bad integration.
This commit is contained in:
parent
6f6764ffdc
commit
0625016025
@ -113,9 +113,8 @@ void BasicGUI_CurveDlg::Init()
|
|||||||
myPoints = new GEOM::ListOfGO();
|
myPoints = new GEOM::ListOfGO();
|
||||||
myPoints->length( 0 );
|
myPoints->length( 0 );
|
||||||
|
|
||||||
globalSelection(GEOM_POINT);
|
globalSelection(); // close local contexts, if any
|
||||||
//globalSelection(); // close local contexts, if any
|
localSelection(GEOM::GEOM_Object::_nil(), TopAbs_VERTEX);
|
||||||
//localSelection(GEOM::GEOM_Object::_nil(), TopAbs_VERTEX);
|
|
||||||
|
|
||||||
/* signals and slots connections */
|
/* signals and slots connections */
|
||||||
connect(buttonCancel, SIGNAL(clicked()), this, SLOT(ClickOnCancel()));
|
connect(buttonCancel, SIGNAL(clicked()), this, SLOT(ClickOnCancel()));
|
||||||
@ -379,9 +378,8 @@ void BasicGUI_CurveDlg::ActivateThisDialog()
|
|||||||
connect(myGeomGUI->getApp()->selectionMgr(), SIGNAL(currentSelectionChanged()),
|
connect(myGeomGUI->getApp()->selectionMgr(), SIGNAL(currentSelectionChanged()),
|
||||||
this, SLOT(SelectionIntoArgument()));
|
this, SLOT(SelectionIntoArgument()));
|
||||||
|
|
||||||
globalSelection(GEOM_POINT);
|
globalSelection(); // close local contexts, if any
|
||||||
//globalSelection(); // close local contexts, if any
|
localSelection( GEOM::GEOM_Object::_nil(), TopAbs_VERTEX );
|
||||||
//localSelection( GEOM::GEOM_Object::_nil(), TopAbs_VERTEX );
|
|
||||||
ConstructorsClicked( getConstructorId() );
|
ConstructorsClicked( getConstructorId() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user