comctl32/listview: Forward HDN_DIVIDERDBLCLICK to parent.
This commit is contained in:
parent
736d8ff023
commit
b4b186d7b7
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue