Skip to content

Commit

Permalink
comctl32/listview: Only apply horizontal offset when setting header p…
Browse files Browse the repository at this point in the history
…osition.

Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
  • Loading branch information
nsivov authored and julliard committed Apr 24, 2020
1 parent 1832dc3 commit d929062
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dlls/comctl32/listview.c
Original file line number Diff line number Diff line change
Expand Up @@ -11086,7 +11086,6 @@ static void LISTVIEW_UpdateSize(LISTVIEW_INFO *infoPtr)

rect = infoPtr->rcList;
rect.left += origin.x;
rect.top += origin.y;

hl.prc = &rect;
hl.pwpos = &wp;
Expand Down

0 comments on commit d929062

Please sign in to comment.