From: dmv Date: Fri, 21 Nov 2008 10:56:52 +0000 (+0000) Subject: Popup menus are brokes after click the "legend" in Plot2dViewer X-Git-Tag: PARAVIS_TEST~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=600da7eeaaedad78e645d570d751ead7657a2633;p=modules%2Fgui.git Popup menus are brokes after click the "legend" in Plot2dViewer --- 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.*/