comctl32/listview: Forward HDN_DIVIDERDBLCLICK to parent.

This commit is contained in:
Nikolay Sivov 2009-06-15 23:14:39 +04:00 committed by Alexandre Julliard
parent 736d8ff023
commit b4b186d7b7
1 changed files with 1 additions and 0 deletions

View File

@ -9342,6 +9342,7 @@ static LRESULT LISTVIEW_HeaderNotification(LISTVIEW_INFO *infoPtr, const NMHEADE
case HDN_DIVIDERDBLCLICKW:
case HDN_DIVIDERDBLCLICKA:
LISTVIEW_SetColumnWidth(infoPtr, lpnmh->iItem, LVSCW_AUTOSIZE);
notify_forward_header(infoPtr, lpnmh);
break;
}