]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
VK_MENU is WXK_ALT, notWXK_MENU (patch 1119601)
[wxWidgets.git] / docs / changes.txt
index 6011a90ec543dc2bc432f81836247f29a38d14cd..bffd44543c43d103a86ec55ac3baf8e52a4585ac 100644 (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):