diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c index b3445d9ed48..524d84514e4 100644 --- a/dlls/comctl32/listview.c +++ b/dlls/comctl32/listview.c @@ -7034,6 +7034,7 @@ static DWORD LISTVIEW_SetExtendedListViewStyle(LISTVIEW_INFO *infoPtr, DWORD dwM SetWindowLongW(infoPtr->hwndHeader, GWL_STYLE, dwStyle); } + LISTVIEW_InvalidateList(infoPtr); return dwOldExStyle; }