[PATCH] Fixed listview header resize scrollbar issue

John Duncan duncan.john at gmail.com
Sun Dec 1 15:56:46 CST 2013


Hi,

I have attached two patches that fix an issue described here:

http://jira.reactos.org/browse/CORE-7655

The first patch still has debug tracing in it, the second one removes that
tracing. What was happening was LISTVIEW_UpdateScroll was changing the size
of the client rect but not updating listPtr->rcList. I'm calling
LISTVIEW_UpdateSize twice in this patch, once after possibly setting a
horiz scroll, once after possibly setting a vertical scroll.

John
-- 
John Duncan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20131201/f80392c9/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fixed-header-resize-scrollbar-issue.patch
Type: application/octet-stream
Size: 2345 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20131201/f80392c9/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Fixed-header-resize-scrollbar-issue.patch
Type: application/octet-stream
Size: 1330 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20131201/f80392c9/attachment-0001.obj>


More information about the wine-patches mailing list