]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
The stv's fix for tab widget titles.
authornds <nds@opencascade.com>
Tue, 28 Oct 2008 08:32:04 +0000 (08:32 +0000)
committernds <nds@opencascade.com>
Tue, 28 Oct 2008 08:32:04 +0000 (08:32 +0000)
src/Qtx/QtxWorkstack.cxx

index 9a5794f29e6135593dd04112fe3f7a15f729dc8a..a12ef20d1a18fdc431449af98069a16c250773a1 100644 (file)
@@ -1050,6 +1050,8 @@ void QtxWorkstackArea::updateState()
   QResizeEvent re( myBar->size(), myBar->size() );
   QApplication::sendEvent( myBar, &re );
 
+  myBar->updateGeometry();
+
   if ( isEmpty() )
   {
     hide();