]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Popup menus are brokes after click the "legend" in Plot2dViewer
authordmv <dmv@opencascade.com>
Fri, 21 Nov 2008 10:55:19 +0000 (10:55 +0000)
committerdmv <dmv@opencascade.com>
Fri, 21 Nov 2008 10:55:19 +0000 (10:55 +0000)
src/LightApp/LightApp_Plot2dSelector.cxx

index 2cad341187fd2ae0828e164119ced398a8f28c84..078f9c3913fd33fac3fc79ea36b30d5f8d980b22 100755 (executable)
@@ -57,9 +57,8 @@ void LightApp_Plot2dSelector::setSelection( const SUIT_DataOwnerPtrList& theList
   /*
   if( theList.count()>0 )
     myCurEntry = theList.first()->getEntry();
-  else
-    myCurEntry = QString::null;
-  */
+  else*/
+  myCurEntry = QString::null;
 }
 
 /*!On selection changed.*/