mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-28 03:50:34 +05:00
BugID: 9377, modified method onEditDelete, added a call to updateActions
This commit is contained in:
parent
2d9fa003b4
commit
7a7535dd1e
@ -347,8 +347,12 @@ void GEOMToolsGUI::OnEditDelete()
|
|||||||
getGeometryGUI()->updateObjBrowser();
|
getGeometryGUI()->updateObjBrowser();
|
||||||
} // if ( selected not empty )
|
} // if ( selected not empty )
|
||||||
} // if ( selMgr && appStudy )
|
} // if ( selMgr && appStudy )
|
||||||
|
|
||||||
|
app->updateActions(); //SRN: BugID IPAL9377, case 1 for GEOM module
|
||||||
|
|
||||||
} // if ( app )
|
} // if ( app )
|
||||||
|
|
||||||
|
|
||||||
// if ( deleted )
|
// if ( deleted )
|
||||||
// op->finish();
|
// op->finish();
|
||||||
// else
|
// else
|
||||||
|
Loading…
Reference in New Issue
Block a user