mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-06-04 11:14:17 +08:00
follow up of commit c9da06e44a10ecadfa55ac2e1df4f63a48d5d685
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…
x
Reference in New Issue
Block a user