mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[COMCTL32] Listview: Only apply horizontal offset when setting header position CORE-17674
This imports Wine commitd92906249f (diff-7f0ae6301b1f6ea1128640b76cd831308e24466f15399de6d5040557b79f0f16)
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> Thanks to Doug Lyons who picked the fix for us from Wine 6.0 It fixes for us CORE-17674 "Corruption of the listview header" which regressed by 0.4.14-dev-150-g00f14ee1f2
when we synced to Wine Staging 4.18 Testbot results of the patch: KVM https://reactos.org/testman/compare.php?ids=78225,78270 LGTM VBox https://reactos.org/testman/compare.php?ids=78226,78271 LGTM I intend to port this back into 0.4.14RC94 also, so no official reactos release will ever be affected by it.
This commit is contained in:
parent
a6005299c6
commit
a5365194f4
1 changed files with 0 additions and 1 deletions
|
@ -11253,7 +11253,6 @@ static void LISTVIEW_UpdateSize(LISTVIEW_INFO *infoPtr)
|
|||
|
||||
rect = infoPtr->rcList;
|
||||
rect.left += origin.x;
|
||||
rect.top += origin.y;
|
||||
|
||||
hl.prc = ▭
|
||||
hl.pwpos = ℘
|
||||
|
|
Loading…
Reference in a new issue