comctl32: Redraw listview after changing extended styles.

oldstable
Lei Zhang 2008-03-19 15:41:12 -07:00 committed by Alexandre Julliard
parent fe966335fd
commit da98243ea1
1 changed files with 1 additions and 0 deletions

View File

@ -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;
} }