On Sun, 24 Aug 2003 19:34:36 -0400, you wrote:
On August 24, 2003 05:44 pm, Dimitrie O. Paun wrote:
Yes, this patch broke selection drawing:
http://www.winehq.org/hypermail/wine-cvs/2003/04/0243.html
<blush>It's my patch, mea culpa</blush>.
Yeah, at a second look, it was rather obvious what went wrong.
ChangeLog Always setup the selection colour, not just in custom draw.
Index: dlls/comctl32/listview.c
RCS file: /var/cvs/wine/dlls/comctl32/listview.c,v retrieving revision 1.357 diff -u -r1.357 listview.c --- dlls/comctl32/listview.c 24 Jul 2003 00:03:13 -0000 1.357 +++ dlls/comctl32/listview.c 24 Aug 2003 23:30:31 -0000
Hi Dimitrie,
This is causing a regression in newsbin pro.
New postings are highlighted by a green background colour. With the patch the text in the second and higher columns is painted with a normal backgound colour instead of green. Selected rows are OK.
Rein.