From 0103da650975c92e6f6e73c8fea671ce5e55b802 Mon Sep 17 00:00:00 2001 From: dmv Date: Mon, 28 Jan 2008 12:23:15 +0000 Subject: [PATCH] NPAL 18623 --- src/GEOMToolsGUI/GEOMToolsGUI.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOMToolsGUI/GEOMToolsGUI.cxx b/src/GEOMToolsGUI/GEOMToolsGUI.cxx index fe4cca690..ae6fb406e 100644 --- a/src/GEOMToolsGUI/GEOMToolsGUI.cxx +++ b/src/GEOMToolsGUI/GEOMToolsGUI.cxx @@ -425,7 +425,7 @@ void GEOMToolsGUI::OnEditDelete() RemoveObjectWithChildren(obj, aStudy, views, disp); // Remove objects from Study - aStudyBuilder->RemoveObject( obj ); + aStudyBuilder->RemoveObjectWithChildren( obj ); //deleted = true; } // MAIN LOOP of selected -- 2.39.2