From 846b868215e1a35778c52ce8836346da977d592d Mon Sep 17 00:00:00 2001 From: YuSanka Date: Wed, 22 Sep 2021 12:39:19 +0200 Subject: [PATCH] Follow up ff82c82f - Fixed ModeButtons refreshing --- src/slic3r/GUI/wxExtensions.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/slic3r/GUI/wxExtensions.cpp b/src/slic3r/GUI/wxExtensions.cpp index a3d6384e0..5e703a37b 100644 --- a/src/slic3r/GUI/wxExtensions.cpp +++ b/src/slic3r/GUI/wxExtensions.cpp @@ -672,10 +672,9 @@ void ModeButton::focus_button(const bool focus) Slic3r::GUI::wxGetApp().normal_font(); SetFont(new_font); -//#ifdef _WIN32 -// GetParent()->Refresh(); -//#else -#ifndef _WIN32 +#ifdef _WIN32 + GetParent()->Refresh(); // force redraw a background of the selected mode button +#else SetForegroundColour(wxSystemSettings::GetColour(focus ? wxSYS_COLOUR_BTNTEXT : #if defined (__linux__) && defined (__WXGTK3__) wxSYS_COLOUR_GRAYTEXT