comctl32: Redraw listview after changing extended styles.
This commit is contained in:
parent
fe966335fd
commit
da98243ea1
@ -7034,6 +7034,7 @@ static DWORD LISTVIEW_SetExtendedListViewStyle(LISTVIEW_INFO *infoPtr, DWORD dwM
|
|||||||
SetWindowLongW(infoPtr->hwndHeader, GWL_STYLE, dwStyle);
|
SetWindowLongW(infoPtr->hwndHeader, GWL_STYLE, dwStyle);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
LISTVIEW_InvalidateList(infoPtr);
|
||||||
return dwOldExStyle;
|
return dwOldExStyle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user