Fix #872, make the gridlines colour be the same as the text colour in the kanji timer display.

Originally committed to SVN as r3033.
This commit is contained in:
Niels Martin Hansen 2009-06-08 03:34:09 +00:00
parent 4f3569b7d9
commit 837755b349
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ void KaraokeLineMatchDisplay::OnPaint(wxPaintEvent &event)
wxColour outer_text(wxSystemSettings::GetColour(wxSYS_COLOUR_BTNTEXT));
wxColour outer_back(wxSystemSettings::GetColour(wxSYS_COLOUR_BTNFACE));
wxColour outer_frame(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOWFRAME));
wxColour outer_frame(wxSystemSettings::GetColour(wxSYS_COLOUR_BTNTEXT));
wxColour inner_back(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
wxColour inner_text(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOWTEXT));
wxColour sel_back(wxSystemSettings::GetColour(wxSYS_COLOUR_HIGHLIGHT));