2010-08-04 08:06 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/idedocks.prg
! Visual change: MDI area shows up scrollbars only when needed.
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-08-04 08:06 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbide/idedocks.prg
|
||||
! Visual change: MDI area shows up scrollbars only when needed.
|
||||
|
||||
2010-08-04 08:01 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbide/idedocks.prg
|
||||
% Fixed: a nasty bug which surfaces at some new installation.
|
||||
|
||||
@@ -1141,7 +1141,8 @@ METHOD IdeDocks:buildStackedWidget()
|
||||
::oStackedWidget:oWidget:setTabShape( QTabWidget_Triangular )
|
||||
::oStackedWidget:oWidget:setOption( QMdiArea_DontMaximizeSubWindowOnActivation, .t. )
|
||||
::oStackedWidget:oWidget:setVerticalScrollBarPolicy( Qt_ScrollBarAlwaysOn )
|
||||
::oStackedWidget:oWidget:setHorizontalScrollBarPolicy( Qt_ScrollBarAlwaysOn )
|
||||
//::oStackedWidget:oWidget:setHorizontalScrollBarPolicy( Qt_ScrollBarAlwaysOn )
|
||||
::oStackedWidget:oWidget:setHorizontalScrollBarPolicy( Qt_ScrollBarAsNeeded )
|
||||
::oStackedWidget:oWidget:setActivationOrder( QMdiArea_CreationOrder )
|
||||
|
||||
::oDa:addChild( ::oStackedWidget )
|
||||
|
||||
Reference in New Issue
Block a user