From 287aa4b2ee16e59b704fe6106352297469eb40d7 Mon Sep 17 00:00:00 2001 From: mzn Date: Wed, 22 Jun 2005 10:55:45 +0000 Subject: [PATCH] Fix for bug IPAL9268(3.0.0: Incorrect popup in the Object Browser for the Mesh module). --- src/SalomeApp/SalomeApp_Selection.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SalomeApp/SalomeApp_Selection.cxx b/src/SalomeApp/SalomeApp_Selection.cxx index 4b67930bd..39ecc9b1c 100644 --- a/src/SalomeApp/SalomeApp_Selection.cxx +++ b/src/SalomeApp/SalomeApp_Selection.cxx @@ -27,7 +27,7 @@ void SalomeApp_Selection::init( const QString& client, SalomeApp_SelectionMgr* m myStudy = dynamic_cast( mgr->application()->activeStudy() ); SUIT_DataOwnerPtrList sel; - mgr->selected( sel ); + mgr->selected( sel, client ); SUIT_DataOwnerPtrList::const_iterator anIt = sel.begin(), aLast = sel.end(); for( ; anIt!=aLast; anIt++ ) { -- 2.39.2