2009-08-25 14:37 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)

* contrib/hbxbp/tests/demoxbp.prg
    ! Fixed one warning which is discovered by István Bisz.
      I was experimenting with other style sheet options.
This commit is contained in:
Pritpal Bedi
2009-08-25 21:41:13 +00:00
parent df030c4548
commit 37fc1fd074
2 changed files with 6 additions and 1 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-25 14:37 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbxbp/tests/demoxbp.prg
! Fixed one warning which is discovered by István Bisz.
I was experimenting with other style sheet options.
2009-08-25 20:18 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/hbqt_slots.cpp
! Fixed regression in 2009-08-22 22:33. Please test.

View File

@@ -1622,7 +1622,7 @@ FUNCTION Build_Browse( oWnd )
s := "selection-background-color: qlineargradient(x1: 0, y1: 0, x2: 0.5, y2: 0.5, stop: 0 #FF92BB, stop: 1 gray); "
// s := "HbTableView::item:hover { background-color: qlineargradient(x1: 0, y1: 0, x2: 0.5, y2: 0.5, stop: 0 #FF92BB, stop: 1 red) }; "
// s += "HbTableView::item:focus { background-color: qlineargradient(x1: 0, y1: 0, x2: 0.5, y2: 0.5, stop: 0 #FF92BB, stop: 1 blue) }; "
s += "focus-background-color: qlineargradient(x1: 0, y1: 0, x2: 0.5, y2: 0.5, stop: 0 #FF92BB, stop: 1 blue) ; "
// s += "focus-background-color: qlineargradient(x1: 0, y1: 0, x2: 0.5, y2: 0.5, stop: 0 #FF92BB, stop: 1 blue) ; "
oXbpBrowse:setStyleSheet( s )
#endif