From: Vadim Zeitlin Date: Sun, 3 Aug 2003 22:23:53 +0000 (+0000) Subject: restored custom drawing (was accidentally disabled by the last 2 commits) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/80c54c3d5a13a4017a158f7d4878acb472e1b673 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 --- 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;