From 7a7535dd1ec8895206d680054953ef7e422673a1 Mon Sep 17 00:00:00 2001 From: srn Date: Wed, 6 Jul 2005 05:58:34 +0000 Subject: [PATCH] BugID: 9377, modified method onEditDelete, added a call to updateActions --- src/GEOMToolsGUI/GEOMToolsGUI.cxx | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.2