Fix invisible captions in high contrast mode

Don't use black text on dark background.

Closes #16186.
This commit is contained in:
Zane U. Ji
2014-04-12 20:18:47 +08:00
committed by Vadim Zeitlin
parent f74379c751
commit 71dfb3b414
4 changed files with 30 additions and 17 deletions

View File

@@ -141,6 +141,7 @@ All (GUI):
- Fix a crash when using animated GIFs in wxHtmlListBox.
- Use platform-specific stock icons for wxEditableListBox buttons.
- Add support for the events from multimedia keys (Jens Göpfert).
- Improve wxAUI appearance in high contrast themes (Zane U. Ji).
wxGTK: