Salome HOME
PAL10471 - incorrect popup for objects hidden in OCCViewer, but selected in Object...
[modules/gui.git] / src / LightApp / LightApp_Selection.cxx
index bf2d2198bf32ebd2c84099f0d1718aceb6d36965..ee344c859c32810a672cf85a0638bbf9d5af036e 100644 (file)
@@ -39,7 +39,9 @@ void LightApp_Selection::init( const QString& client, LightApp_SelectionMgr* mgr
       return;
 
     SUIT_DataOwnerPtrList sel;
-    mgr->selected( sel, client );
+    //asl: fix for PAL10471
+    //mgr->selected( sel, client );
+    mgr->selected( sel );
     SUIT_DataOwnerPtrList::const_iterator anIt = sel.begin(), aLast = sel.end();
 
     QString entry, curEntry;