Document unhighlight event changes

This commit is contained in:
Ian McInerney
2019-11-05 12:09:51 +00:00
parent 3a668b4d0a
commit 11f8d9d478

View File

@@ -83,6 +83,9 @@ Changes in behaviour not resulting in compilation errors
coordinates, e.g. returned by wxWindow::GetSize() by GetContentScaleFactor()
before using them with OpenGL functions.
- wxGTK now uses the wxID_NONE item ID inside EVT_MENU_HIGHLIGHT events sent when
the menu item is unhighlighted (it used to use wxID_ANY).
Changes in behaviour which may result in build errors
-----------------------------------------------------
@@ -143,6 +146,9 @@ Changes in behaviour which may result in build errors
3.1.4: (released ????-??-??)
----------------------------
wxOSX:
- Send EVT_MENU_HIGHLIGHT events when menu items are unhighlighted
3.1.3: (released 2019-10-28)
----------------------------