From 600da7eeaaedad78e645d570d751ead7657a2633 Mon Sep 17 00:00:00 2001 From: dmv Date: Fri, 21 Nov 2008 10:56:52 +0000 Subject: [PATCH] Popup menus are brokes after click the "legend" in Plot2dViewer --- src/LightApp/LightApp_Plot2dSelector.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/LightApp/LightApp_Plot2dSelector.cxx b/src/LightApp/LightApp_Plot2dSelector.cxx index a88c5f334..4380c8249 100755 --- a/src/LightApp/LightApp_Plot2dSelector.cxx +++ b/src/LightApp/LightApp_Plot2dSelector.cxx @@ -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.*/ -- 2.39.2