2011-04-18 18:29 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbide/ideskeletons.prg
    ! Fixed: a recent regression ( :setStyleSheet() on oXbp ).
This commit is contained in:
Pritpal Bedi
2011-04-19 01:34:36 +00:00
parent 9222e6a8ad
commit 60c7145597
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-04-18 18:29 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/ideskeletons.prg
! Fixed: a recent regression ( :setStyleSheet() on oXbp ).
2011-04-18 18:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/detect.mk
! Deleted OS X specific (MacPorts) autodetection location for pcre.

View File

@@ -510,7 +510,7 @@ METHOD IdeSkeletons:showTree()
::oSkltnsTreeDock:oWidget:setWidget( ::oTree:oWidget )
ENDIF
::oTree:setStyleSheet( GetStyleSheet( "QTreeWidgetHB", ::nAnimantionMode ) )
::oTree:oWidget:setStyleSheet( GetStyleSheet( "QTreeWidgetHB", ::nAnimantionMode ) )
RETURN Self