]> git.saurik.com Git - wxWidgets.git/commitdiff
restored custom drawing (was accidentally disabled by the last 2 commits)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Aug 2003 22:23:53 +0000 (22:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Aug 2003 22:23:53 +0000 (22:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/listctrl.cpp

index 6d6aac182d3396503319a52022f0e5ead63202bc..8c73f562c44273232d5ee02c4cecbe2beeda2183 100644 (file)
@@ -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;