]> git.saurik.com Git - wxWidgets.git/commit
Don't clear the HWND until after the UnsubclassWin so the old WndProc
authorRobin Dunn <robin@alldunn.com>
Mon, 10 Mar 2003 23:32:18 +0000 (23:32 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 10 Mar 2003 23:32:18 +0000 (23:32 +0000)
commitfb718549cdf88936e444cfed6c8310f1c2b04658
tree772912bb32422603583044535cfeeb1a01c8ed7f
parentf3076f9fae6bef7c2f6ab0142bd2a8d184b4d6a3
Don't clear the HWND until after the UnsubclassWin so the old WndProc
will be restored.  Otherwise we get messages after the wxTextCtrl has
been destroyed.  (Forgot a few last time)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/listctrl.cpp