fixed wxTextCtrl to not process clipboard events twice if there's a custom wxEVT_COMM...
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 2 Feb 2008 22:29:19 +0000 (22:29 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 2 Feb 2008 22:29:19 +0000 (22:29 +0000)
commitb65f16dabd945d95f98809fb78c8d60a08930ac4
treea9551a7055c6a689a120f634d771b32c96cbc5e7
parente8769ed11cb9315fbf414d121490982df714b68a
fixed wxTextCtrl to not process clipboard events twice if there's a custom wxEVT_COMMAND_TEXT_* handler; move WM_PASTE/CUT/COPY processing to wxWindow where it belongs

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