comctl32/listview: Only apply horizontal offset when setting header position.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
1832dc3df3
commit
d92906249f
|
@ -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 = ℘
|
||||
|
|
Loading…
Reference in New Issue