From: dmv Date: Fri, 21 Nov 2008 10:55:19 +0000 (+0000) Subject: Popup menus are brokes after click the "legend" in Plot2dViewer X-Git-Tag: V4_1_4~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c5417189209ffdc64dd7772928ffc3b165ddea21;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 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.*/