From c5417189209ffdc64dd7772928ffc3b165ddea21 Mon Sep 17 00:00:00 2001 From: dmv Date: Fri, 21 Nov 2008 10:55:19 +0000 Subject: [PATCH] Popup menus are brokes after click the "legend" in Plot2dViewer --- src/LightApp/LightApp_Plot2dSelector.cxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/LightApp/LightApp_Plot2dSelector.cxx b/src/LightApp/LightApp_Plot2dSelector.cxx index 2cad34118..078f9c391 100755 --- a/src/LightApp/LightApp_Plot2dSelector.cxx +++ b/src/LightApp/LightApp_Plot2dSelector.cxx @@ -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.*/ -- 2.39.2