Support Dark Mode for Status Bar

see #18146
This commit is contained in:
Stefan Csomor
2018-06-14 20:09:37 +02:00
parent 016a506eee
commit 5091d87825
2 changed files with 43 additions and 10 deletions

View File

@@ -35,6 +35,8 @@ protected:
virtual void DrawField(wxDC& dc, int i, int textHeight) wxOVERRIDE;
virtual void DoUpdateStatusText(int number = 0) wxOVERRIDE;
virtual void InitColours();
private:
wxColour m_textActive, m_textInactive,
m_bgActiveFrom, m_bgActiveTo,