From 481199c6a24306a6f0e4d93e66b574cedea1e700 Mon Sep 17 00:00:00 2001 From: "xun.zhang" Date: Mon, 13 Jan 2025 21:27:28 +0800 Subject: [PATCH] FIX: white spaces in capsule button jira:STUDIO-9769 Signed-off-by: xun.zhang Change-Id: I7d9b7ab1483574f67bfd6cd25132d28295e22bc2 --- src/slic3r/GUI/CapsuleButton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/CapsuleButton.cpp b/src/slic3r/GUI/CapsuleButton.cpp index 962ad4b93..943743671 100644 --- a/src/slic3r/GUI/CapsuleButton.cpp +++ b/src/slic3r/GUI/CapsuleButton.cpp @@ -56,7 +56,7 @@ CapsuleButton::CapsuleButton(wxWindow *parent, wxWindowID id, const wxString &la Bind(wxEVT_ENTER_WINDOW, &CapsuleButton::OnEnterWindow, this); Bind(wxEVT_LEAVE_WINDOW, &CapsuleButton::OnLeaveWindow, this); - GUI::wxGetApp().UpdateDarkUIWin(this); + UpdateStatus(); } void CapsuleButton::OnPaint(wxPaintEvent &event) {