]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Rollback 6252afdfc7b56a84 commit.
authorAnthony Geay <anthony.geay@edf.fr>
Tue, 23 Feb 2021 08:06:03 +0000 (09:06 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Tue, 23 Feb 2021 08:06:03 +0000 (09:06 +0100)
src/LightApp/LightApp_Application.cxx

index 0d0122d29be6fa753ee058f658b85c7afbb5d9a7..b0d8f7f8fe388a4e77d2e15a8e151fc8183dcbdc 100644 (file)
@@ -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<LightApp_ModuleAction*>(action(ModulesListId));
     if ( ma && ma->count() > 0 )