mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
FIX: white spaces in capsule button
jira:STUDIO-9769 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I7d9b7ab1483574f67bfd6cd25132d28295e22bc2 (cherry picked from commit 481199c6a24306a6f0e4d93e66b574cedea1e700)
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user