[PATCH] comctl32/listview: Only apply horizontal offset when setting header position.
24 Apr
2020
24 Apr
'20
8:43 a.m.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> --- dlls/comctl32/listview.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c index 2dd25908db..f1f09d201e 100644 --- a/dlls/comctl32/listview.c +++ b/dlls/comctl32/listview.c @@ -11086,7 +11086,6 @@ static void LISTVIEW_UpdateSize(LISTVIEW_INFO *infoPtr) rect = infoPtr->rcList; rect.left += origin.x; - rect.top += origin.y; hl.prc = ▭ hl.pwpos = ℘ -- 2.26.2
2149
Age (days ago)
2149
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov