Tab navigation improvements for wxOSX

Closes #17341.

Closes https://github.com/wxWidgets/wxWidgets/pull/493
This commit is contained in:
Vadim Zeitlin
2017-07-16 15:52:38 +02:00
2 changed files with 3 additions and 0 deletions

View File

@@ -198,6 +198,7 @@ wxMSW:
wxOSX:
- Many fixes for tab navigation (ikamakj).
- Fix handling of non-BMP characters in GetPartialTextExtents() (ARATA Mizuki).
- Fix setting foreground colour for several controls (Steve Browne).
- Fix dialogs using wxFRAME_FLOAT_ON_PARENT frame as parent (Lauri Nurmi).