From 37fc1fd074185ccf27d9016701e485ba887e1a92 Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Tue, 25 Aug 2009 21:41:13 +0000 Subject: [PATCH] =?UTF-8?q?2009-08-25=2014:37=20UTC-0800=20Pritpal=20Bedi?= =?UTF-8?q?=20(pritpal@vouchcac.com)=20=20=20*=20contrib/hbxbp/tests/demox?= =?UTF-8?q?bp.prg=20=20=20=20=20!=20Fixed=20one=20warning=20which=20is=20d?= =?UTF-8?q?iscovered=20by=20Istv=C3=A1n=20Bisz.=20=20=20=20=20=20=20I=20wa?= =?UTF-8?q?s=20experimenting=20with=20other=20style=20sheet=20options.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- harbour/ChangeLog | 5 +++++ harbour/contrib/hbxbp/tests/demoxbp.prg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index fd702c4845..501f0d63b6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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. diff --git a/harbour/contrib/hbxbp/tests/demoxbp.prg b/harbour/contrib/hbxbp/tests/demoxbp.prg index 2a1b8840d1..017e9b0edc 100644 --- a/harbour/contrib/hbxbp/tests/demoxbp.prg +++ b/harbour/contrib/hbxbp/tests/demoxbp.prg @@ -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