follow up of commit c9da06e44a
This commit is contained in:
parent
7df9f3e422
commit
b1095adc18
@ -660,6 +660,8 @@ void ModeButton::focus_button(const bool focus)
|
||||
SetForegroundColour(wxSystemSettings::GetColour(focus ? wxSYS_COLOUR_BTNTEXT :
|
||||
#if defined (__linux__) && defined (__WXGTK3__)
|
||||
wxSYS_COLOUR_GRAYTEXT
|
||||
#elif defined (__linux__) && defined (__WXGTK2__)
|
||||
wxSYS_COLOUR_BTNTEXT
|
||||
#else
|
||||
wxSYS_COLOUR_BTNSHADOW
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user