From 80c54c3d5a13a4017a158f7d4878acb472e1b673 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 3 Aug 2003 22:23:53 +0000 Subject: [PATCH] restored custom drawing (was accidentally disabled by the last 2 commits) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/listctrl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/listctrl.cpp b/src/msw/listctrl.cpp index 6d6aac182d..8c73f562c4 100644 --- a/src/msw/listctrl.cpp +++ b/src/msw/listctrl.cpp @@ -2066,6 +2066,7 @@ bool wxListCtrl::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARAM *result) break; #ifdef NM_CUSTOMDRAW + case NM_CUSTOMDRAW: *result = OnCustomDraw(lParam); return TRUE; -- 2.50.0