Commit d9290624 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

comctl32/listview: Only apply horizontal offset when setting header position.

parent 1832dc3d
......@@ -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 = ℘
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment