VK_MENU is WXK_ALT, notWXK_MENU (patch 1119601)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-02-19 15:08:36 +00:00
parent 930fb29eb8
commit f52c3131bf
4 changed files with 6 additions and 7 deletions

View File

@@ -47,10 +47,10 @@ All:
- Changed calculation of scrolling area to not clip away some bits
due to a rounding error.
- Changed GetVirtualSize() to return client size by default until
SetVirtualSize() gets called. From then on it will only return
that.
SetVirtualSize() gets called. From then on it will only return that.
- Various changes to how wxListCtrl and wxTreeCtrl react to right
mouse clicks and left mouse click for starting a drag operation.
- "Alt" key (VK_MENU) now results in WXK_ALT keyboard event, not WXK_MENU
All (GUI):