listview expert required

Eric Pouech pouech-eric at wanadoo.fr
Fri Aug 22 15:51:43 CDT 2003


some apps of mine needs this to get going:
can someone with good listview knowledge confirm ? (or find the correct fix)
TIA
-- 
Eric Pouech
-------------- next part --------------
Index: dlls/comctl32/listview.c
===================================================================
RCS file: /home/cvs/cvsroot/wine/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	22 Aug 2003 20:30:27 -0000
@@ -5822,11 +5822,11 @@
     opt.x = lpht->pt.x - Position.x - Origin.x;
     opt.y = lpht->pt.y - Position.y - Origin.y;
     
-    if (uView == LVS_REPORT && (infoPtr->dwLvExStyle & LVS_EX_FULLROWSELECT))
+    if (uView == LVS_REPORT /*&& (infoPtr->dwLvExStyle & LVS_EX_FULLROWSELECT)*/)
 	rcBounds = rcBox;
     else
 	UnionRect(&rcBounds, &rcIcon, &rcLabel);
     TRACE("rcBounds=%s\n", debugrect(&rcBounds));
     if (!PtInRect(&rcBounds, opt)) return -1;
 
     if (PtInRect(&rcIcon, opt))


More information about the wine-devel mailing list