mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
Bug IPAL20225 4.x: wrong error appears performing adition point on edge.
This commit is contained in:
parent
c11106d1ef
commit
a723377460
@ -258,7 +258,7 @@ void RepairGUI_DivideEdgeDlg::ActivateThisDialog()
|
||||
connect(((SalomeApp_Application*)(SUIT_Session::session()->activeApplication()))->selectionMgr(),
|
||||
SIGNAL(currentSelectionChanged()), this, SLOT(SelectionIntoArgument()));
|
||||
|
||||
myObject = GEOM::GEOM_Object::_nil();
|
||||
// myObject = GEOM::GEOM_Object::_nil();
|
||||
myIndex = -1;
|
||||
|
||||
//myGeomGUI->SetState( 0 );
|
||||
|
Loading…
Reference in New Issue
Block a user