]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix of 19921(Qt4 porting. Icons of Mesh are disappeared when previous operation is...
authorakl <akl@opencascade.com>
Fri, 4 Jul 2008 11:56:08 +0000 (11:56 +0000)
committerakl <akl@opencascade.com>
Fri, 4 Jul 2008 11:56:08 +0000 (11:56 +0000)
src/Qtx/QtxActionToolMgr.cxx

index 84f285313de05bd90a5303738b3b88338fa922bc..1ddb9556f9d0adf4df02a664f44b61fa7b0edf25 100644 (file)
@@ -502,6 +502,11 @@ void QtxActionToolMgr::updateToolBar( const int tid )
   }
 
   simplifySeparators( tb );
+  
+  // fix of 19921 -->
+  if ( !tb->isVisible() )
+    tb->adjustSize();
+  // fix of 19921 <--
 }
 
 /*!