From: Anthony GEAY Date: Sun, 21 Feb 2021 21:42:00 +0000 (+0100) Subject: TODO : DO NOT FORGET TO FIX IT git add src/LightApp/LightApp_Application.cxxgit add... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6252afdfc7b56a843a2cc7dce9e7042aaf425efe;p=modules%2Fgui.git TODO : DO NOT FORGET TO FIX IT git add src/LightApp/LightApp_Application.cxxgit add src/LightApp/LightApp_Application.cxx --- diff --git a/src/LightApp/LightApp_Application.cxx b/src/LightApp/LightApp_Application.cxx index b0d8f7f8f..0d0122d29 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 )