]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
*** empty log message *** TG_VISU_2008_2008-08-22
authorvsv <vsv@opencascade.com>
Thu, 21 Aug 2008 14:59:05 +0000 (14:59 +0000)
committervsv <vsv@opencascade.com>
Thu, 21 Aug 2008 14:59:05 +0000 (14:59 +0000)
src/Qtx/QtxActionToolMgr.cxx

index 2de50600d7e6957a4f2a75374a4176c8fc64ee6f..84b6d063bfcd413251c009016d6264eead26d3c7 100644 (file)
@@ -121,7 +121,7 @@ int QtxActionToolMgr::createToolBar( const QString& title, const int tid, QMainW
   if ( !tb )
   {
     tb = new QtxToolBar( true, tbw );
-    mainWindow()->addToolBar( tb ); /// VSV !!! Has to be removed after VVTK removal
+    //mainWindow()->addToolBar( tb ); /// VSV !!! Has to be removed after VVTK removal
     tb->setWindowTitle( title );
     tb->setObjectName( title );
   }