follow up of commit c9da06e44a

This commit is contained in:
david kocik 2020-12-17 09:51:45 +01:00
parent 7df9f3e422
commit b1095adc18

View File

@ -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