[2/3] comctl32/listview: Forward HDN_DIVIDERDBLCLICK to parent

Nikolay Sivov bunglehead at gmail.com
Mon Jun 15 17:02:25 CDT 2009


Changelog:
    - Forward HDN_DIVIDERDBLCLICK to parent

>From 024bfaedca91e9146092a3f58450dbe05c0d38ba Mon Sep 17 00:00:00 2001
From: Nikolay Sivov <bunglehead at gmail.com>
Date: Mon, 15 Jun 2009 23:14:39 +0400
Subject: Forward HDN_DIVIDERDBLCLICK to parent

---
 dlls/comctl32/listview.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/comctl32/listview.c b/dlls/comctl32/listview.c
index 24c298e..de98e38 100644
--- a/dlls/comctl32/listview.c
+++ b/dlls/comctl32/listview.c
@@ -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;
     }
 
-- 
1.5.6.5







More information about the wine-patches mailing list