From: srn Date: Wed, 6 Jul 2005 05:58:34 +0000 (+0000) Subject: BugID: 9377, modified method onEditDelete, added a call to updateActions X-Git-Tag: V3_0_1~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7a7535dd1ec8895206d680054953ef7e422673a1;p=modules%2Fgeom.git BugID: 9377, modified method onEditDelete, added a call to updateActions --- diff --git a/src/GEOMToolsGUI/GEOMToolsGUI.cxx b/src/GEOMToolsGUI/GEOMToolsGUI.cxx index 93acea936..5bbaa653c 100644 --- a/src/GEOMToolsGUI/GEOMToolsGUI.cxx +++ b/src/GEOMToolsGUI/GEOMToolsGUI.cxx @@ -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