]> git.saurik.com Git - wxWidgets.git/commit
we don't need to subclass text control twice to implement support for WM_COPY/CUT...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Dec 2006 09:51:50 +0000 (09:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Dec 2006 09:51:50 +0000 (09:51 +0000)
commit9fcbe0766385cc9f68c22da46d8081d02f8a4103
treee067e0e9d90f39a9bd4e60dfbcf181bfd736f87f
parent5b204a088a597e19b5ecf5bc9b071e20463940b1
we don't need to subclass text control twice to implement support for WM_COPY/CUT/PASTE, just handle them in MSWWindowProc() (this reimplements the change of rev 1.261 correctly)

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