Credit ikamakj for the tab navigation fixes in wxOSX

See the description of https://github.com/wxWidgets/wxWidgets/pull/493.
This commit is contained in:
Vadim Zeitlin 2017-07-16 15:58:27 +02:00
parent 4defd593dc
commit 16fdbb4e97

View File

@ -189,6 +189,7 @@ wxMSW:
wxOSX:
- Many fixes for tab navigation (ikamakj).
- Fix handling of non-BMP characters in GetPartialTextExtents() (ARATA Mizuki).
- Fix dialogs using wxFRAME_FLOAT_ON_PARENT frame as parent (Lauri Nurmi).
- Implement wxGetDisplaySizeMM() and fix printing DPI (David Vanderson).