[PATCH] comctl32/listview: Derive subitem rect from listview origin

Andrew Eikum aeikum at codeweavers.com
Mon May 17 17:36:59 CDT 2010


The old code used the containing item's position to determine the
subitem's rect.  Instead, we should be using the entire listview's
origin as the offset, since the item position can change as columns
are inserted and re-arranged, leading to broken listviews.
---
  dlls/comctl32/listview.c |    4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-comctl32-listview-Derive-subitem-rect-from-listview-.patch
Type: text/x-patch
Size: 757 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20100517/bb1204d6/attachment.bin>


More information about the wine-patches mailing list