From: nds Date: Tue, 28 Oct 2008 08:32:04 +0000 (+0000) Subject: The stv's fix for tab widget titles. X-Git-Tag: V1_1_0~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8db84241983820ce0c12a2cf3414568108ed0abc;p=modules%2Fgui.git The stv's fix for tab widget titles. --- diff --git a/src/Qtx/QtxWorkstack.cxx b/src/Qtx/QtxWorkstack.cxx index 9a5794f29..a12ef20d1 100644 --- a/src/Qtx/QtxWorkstack.cxx +++ b/src/Qtx/QtxWorkstack.cxx @@ -1050,6 +1050,8 @@ void QtxWorkstackArea::updateState() QResizeEvent re( myBar->size(), myBar->size() ); QApplication::sendEvent( myBar, &re ); + myBar->updateGeometry(); + if ( isEmpty() ) { hide();