From: stv Date: Wed, 1 Jun 2005 04:31:42 +0000 (+0000) Subject: no message X-Git-Tag: T3_0_0_a1~54 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5ebd89d6c37b3e25f8b629b672c81b6eb03a1cab;p=modules%2Fgui.git no message --- diff --git a/src/Qtx/QtxWorkstack.cxx b/src/Qtx/QtxWorkstack.cxx index 4dd0e9d40..96830454f 100644 --- a/src/Qtx/QtxWorkstack.cxx +++ b/src/Qtx/QtxWorkstack.cxx @@ -128,7 +128,9 @@ QSplitter* QtxWorkstack::wrapSplitter( QtxWorkstackArea* area ) QIntList szList = pSplit->sizes(); QSplitter* wrap = new QSplitter( 0 ); +#if defined QT_VERSION && QT_VERSION >= 0x30200 wrap->setChildrenCollapsible( false ); +#endif insertWidget( wrap, pSplit, area ); area->reparent( wrap, QPoint( 0, 0 ), true );