]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix for bug IPAL9268(3.0.0: Incorrect popup in the Object Browser for the Mesh module).
authormzn <mzn@opencascade.com>
Wed, 22 Jun 2005 10:55:45 +0000 (10:55 +0000)
committermzn <mzn@opencascade.com>
Wed, 22 Jun 2005 10:55:45 +0000 (10:55 +0000)
src/SalomeApp/SalomeApp_Selection.cxx

index 4b67930bdaf1e4a637863025fc15e0a9c047df40..39ecc9b1cba5df2ff2cb3709b532d05f0b78f59f 100644 (file)
@@ -27,7 +27,7 @@ void SalomeApp_Selection::init( const QString& client, SalomeApp_SelectionMgr* m
       myStudy = dynamic_cast<SalomeApp_Study*>( 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++ )
     {