From b9330e58e1f46a2cb3294d35ec961276a47c1f9a Mon Sep 17 00:00:00 2001 From: asl Date: Tue, 25 Oct 2005 08:22:00 +0000 Subject: [PATCH] PAL10332 - references are interpreted as original objects in filters, dialogs, etc. --- src/SUPERVGUI/SUPERVGUI.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SUPERVGUI/SUPERVGUI.cxx b/src/SUPERVGUI/SUPERVGUI.cxx index 3a7d810..5aaeb3d 100644 --- a/src/SUPERVGUI/SUPERVGUI.cxx +++ b/src/SUPERVGUI/SUPERVGUI.cxx @@ -837,7 +837,7 @@ void SUPERVGUI::whatIsSelected(const _PTR(SObject)& theObj, bool& theIsOwner, bo void SUPERVGUI::deleteObject() { SALOME_ListIO aList; aList.Clear(); - (( SalomeApp_Application* )application())->selectionMgr()->selectedObjects( aList ); + (( SalomeApp_Application* )application())->selectionMgr()->selectedObjects( aList, QString::null, false ); if ( aList.Extent() == 0 ) return; // sak : 24.11.04 : fix for PAL6899 : if the study is locked - warn the user and return. -- 2.30.2