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

@@ -289,6 +289,8 @@ protected:
wxFont m_normalFont;
wxFont m_selectedFont;
wxFont m_measuringFont;
wxColour m_normalTextColour;
wxColour m_selectedTextColour;
wxPen m_normalBkPen;
wxPen m_selectedBkPen;
wxBrush m_normalBkBrush;