generate EVT_CONTEXT_MENU when right mouse button is pressed, not released

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-07-23 22:13:04 +00:00
parent 74c5a810e5
commit fe51e08c27
3 changed files with 31 additions and 42 deletions

View File

@@ -240,6 +240,7 @@ wxGTK:
in wxSystemSettings::GetMetric (Mart Raudsepp)
- implemented wxTopLevel::IsMaximized() for GTK+2 and WMs that implement
freedesktop.org's wm-spec (Mart Raudsepp)
- wxEVT_CONTEXT_MENU is now generated for right mouse press, not release
wxMotif: