]> 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:28:40 +0000 (23:28 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 10 Mar 2003 23:28:40 +0000 (23:28 +0000)
commitf3076f9fae6bef7c2f6ab0142bd2a8d184b4d6a3
treee6f7ce8f0924c87361d8a277836e016874f5f758
parent39d6715fdfb8d3dd165bd3ebf29c2531f3662ee4
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.

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