]> 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:56:52 +0000 (10:56 +0000)
committerdmv <dmv@opencascade.com>
Fri, 21 Nov 2008 10:56:52 +0000 (10:56 +0000)
src/LightApp/LightApp_Plot2dSelector.cxx

index a88c5f33451af6c6b7d394c5cf6d00419696b22b..4380c8249fbc4ae8b50114926445cc27d06ac872 100755 (executable)
@@ -53,8 +53,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.*/