mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-05-31 22:57:50 +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->length( 0 );
|
||||
|
||||
globalSelection(GEOM_POINT);
|
||||
//globalSelection(); // close local contexts, if any
|
||||
//localSelection(GEOM::GEOM_Object::_nil(), TopAbs_VERTEX);
|
||||
globalSelection(); // close local contexts, if any
|
||||
localSelection(GEOM::GEOM_Object::_nil(), TopAbs_VERTEX);
|
||||
|
||||
/* signals and slots connections */
|
||||
connect(buttonCancel, SIGNAL(clicked()), this, SLOT(ClickOnCancel()));
|
||||
@ -379,9 +378,8 @@ void BasicGUI_CurveDlg::ActivateThisDialog()
|
||||
connect(myGeomGUI->getApp()->selectionMgr(), SIGNAL(currentSelectionChanged()),
|
||||
this, SLOT(SelectionIntoArgument()));
|
||||
|
||||
globalSelection(GEOM_POINT);
|
||||
//globalSelection(); // close local contexts, if any
|
||||
//localSelection( GEOM::GEOM_Object::_nil(), TopAbs_VERTEX );
|
||||
globalSelection(); // close local contexts, if any
|
||||
localSelection( GEOM::GEOM_Object::_nil(), TopAbs_VERTEX );
|
||||
ConstructorsClicked( getConstructorId() );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user