diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c index 6724139f7df..66b45b47461 100644 --- a/dlls/comctl32/listview.c +++ b/dlls/comctl32/listview.c @@ -8986,6 +8986,7 @@ static LRESULT LISTVIEW_HeaderNotification(LISTVIEW_INFO *infoPtr, const NMHEADE nmlv.iItem = -1; nmlv.iSubItem = lpnmh->iItem; notify_listview(infoPtr, LVN_COLUMNCLICK, &nmlv); + notify_forward_header(infoPtr, lpnmh); } break;