From: Anthony Geay Date: Tue, 23 Feb 2021 08:06:03 +0000 (+0100) Subject: Rollback 6252afdfc7b56a84 commit. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d439d46aff708cde540ce78bc84cf9a151cf0481;p=modules%2Fgui.git Rollback 6252afdfc7b56a84 commit. --- diff --git a/src/LightApp/LightApp_Application.cxx b/src/LightApp/LightApp_Application.cxx index 0d0122d29..b0d8f7f8f 100644 --- a/src/LightApp/LightApp_Application.cxx +++ b/src/LightApp/LightApp_Application.cxx @@ -4181,9 +4181,9 @@ void LightApp_Application::updateWindows() infoPanel()->addAction( action( FileOpenId ), grp ); infoPanel()->addLabel( action( FileOpenId )->statusTip(), grp ); infoPanel()->addAction( action( TutorialsId ), grp ); - //infoPanel()->addLabel( action( TutorialsId )->statusTip(), grp ); - //infoPanel()->addAction( action( VideosId ), grp ); - //infoPanel()->addLabel( action( VideosId )->statusTip(), grp ); + infoPanel()->addLabel( action( TutorialsId )->statusTip(), grp ); + infoPanel()->addAction( action( VideosId ), grp ); + infoPanel()->addLabel( action( VideosId )->statusTip(), grp ); LightApp_ModuleAction* ma = qobject_cast(action(ModulesListId)); if ( ma && ma->count() > 0 )