]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
TODO : DO NOT FORGET TO FIX IT git add src/LightApp/LightApp_Application.cxxgit add...
authorAnthony GEAY <anthony.geay@edf.fr>
Sun, 21 Feb 2021 21:42:00 +0000 (22:42 +0100)
committerAnthony GEAY <anthony.geay@edf.fr>
Sun, 21 Feb 2021 21:42:00 +0000 (22:42 +0100)
src/LightApp/LightApp_Application.cxx

index b0d8f7f8fe388a4e77d2e15a8e151fc8183dcbdc..0d0122d29be6fa753ee058f658b85c7afbb5d9a7 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 )