let the control process WM_RBUTTONDOWN finally, trying to do it ourselves doesn't...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Sep 2006 00:58:49 +0000 (00:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 26 Sep 2006 00:58:49 +0000 (00:58 +0000)
commitdf63b2a48fe633850f62bb87bc87a395444b2d5a
tree008a34f11914ed004c125decca93ad17b674dea2
parentf600738e8f6da6a965cfb717efdb9bb17122f168
let the control process WM_RBUTTONDOWN finally, trying to do it ourselves doesn't look right and results in some weird events (see bug 1541148), it's easier to generate WM_CONTEXTMENU manually instead

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