From b1095adc186e06f66ca4e201a221d4274e8ec7d6 Mon Sep 17 00:00:00 2001 From: david kocik Date: Thu, 17 Dec 2020 09:51:45 +0100 Subject: [PATCH] follow up of commit c9da06e44a10ecadfa55ac2e1df4f63a48d5d685 --- src/slic3r/GUI/wxExtensions.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/slic3r/GUI/wxExtensions.cpp b/src/slic3r/GUI/wxExtensions.cpp index c52864db3..e2566e3f9 100644 --- a/src/slic3r/GUI/wxExtensions.cpp +++ b/src/slic3r/GUI/wxExtensions.cpp @@ -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