BugID: 9377, modified method onEditDelete, added a call to updateActions

This commit is contained in:
srn 2005-07-06 05:58:34 +00:00
parent 2d9fa003b4
commit 7a7535dd1e

View File

@ -347,8 +347,12 @@ void GEOMToolsGUI::OnEditDelete()
getGeometryGUI()->updateObjBrowser();
} // if ( selected not empty )
} // if ( selMgr && appStudy )
app->updateActions(); //SRN: BugID IPAL9377, case 1 for GEOM module
} // if ( app )
// if ( deleted )
// op->finish();
// else