Salome HOME
To correspond to current state of GUI: LightApp_Selection::myPopupClient is private...
authorjfa <jfa@opencascade.com>
Wed, 28 Dec 2005 11:15:13 +0000 (11:15 +0000)
committerjfa <jfa@opencascade.com>
Wed, 28 Dec 2005 11:15:13 +0000 (11:15 +0000)
src/LIGHTGUI/LIGHTGUI_Selection.cxx

index ccc8a749b899740b2af1b93539f25ed92a028efc..93658248d3a3812351a6f9a143def72ff3974848 100644 (file)
@@ -87,7 +87,7 @@ int LIGHTGUI_Selection::count() const
 QtxValue LIGHTGUI_Selection::param ( const int ind, const QString& p ) const
 {
   if ( p == "client" )
-    return myPopupClient;
+    return globalParam(p);
   else
     return myTypes[ind];
 }