From d439d46aff708cde540ce78bc84cf9a151cf0481 Mon Sep 17 00:00:00 2001 From: Anthony Geay Date: Tue, 23 Feb 2021 09:06:03 +0100 Subject: [PATCH] Rollback 6252afdfc7b56a84 commit. --- src/LightApp/LightApp_Application.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ) -- 2.39.2