From: mzn Date: Wed, 22 Jun 2005 10:55:45 +0000 (+0000) Subject: Fix for bug IPAL9268(3.0.0: Incorrect popup in the Object Browser for the Mesh module). X-Git-Tag: T3_0_0_a4~56 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=287aa4b2ee16e59b704fe6106352297469eb40d7;p=modules%2Fgui.git Fix for bug IPAL9268(3.0.0: Incorrect popup in the Object Browser for the Mesh module). --- 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++ ) {