Commit 0b564216 authored by Martin Fuchs's avatar Martin Fuchs Committed by Alexandre Julliard

Inserted a missing call to SetWindowPos(). With this change the header

control is visible again in list views with report style.
parent 24c3c5ed
......@@ -7187,6 +7187,9 @@ static VOID LISTVIEW_UpdateSize(HWND hwnd)
hl.prc = &rcList;
hl.pwpos = ℘
Header_Layout(infoPtr->hwndHeader, &hl);
SetWindowPos(wp.hwnd, wp.hwndInsertAfter, wp.x, wp.y, wp.cx, wp.cy, wp.flags);
if (!(LVS_NOCOLUMNHEADER & lStyle))
{
infoPtr->rcList.top = max(wp.cy, 0);
......
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