comctl32: Make listview forward HDN_ITEMCLICK.

This commit is contained in:
Igor Tarasov 2009-02-17 15:20:52 +04:00 committed by Alexandre Julliard
parent d86a5a611d
commit b3b7ecb390
1 changed files with 1 additions and 0 deletions

View File

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