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:
@@ -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):
|
||||
|
Reference in New Issue
Block a user