FIX: fix fan issue

JIRA: STUDIO-9277 STUDIO-9280 STUDIO-9238 STUDIO-9239 STUDIO-9190
STUDIO-9189 STUDIO-9191

Change-Id: Id70f02fa40369d38c082d2d5a71a6b0808938e38
(cherry picked from commit fc7a2d28f27115eacd8bff5d713e08db9f310205)
This commit is contained in:
Kunlong Ma
2024-12-18 21:35:42 +08:00
committed by Noisyfox
parent 257fc86ca9
commit 1e44033480
4 changed files with 97 additions and 101 deletions

View File

@@ -4610,8 +4610,8 @@ std::string PrintOptionItem::getValue()
SetBackgroundColour(*wxWHITE);
static Slic3r::GUI::BitmapCache cache;
m_img_selected = ScalableBitmap(this, "switch_send_mode_on", 28);
m_img_unselected = ScalableBitmap(this, "switch_send_mode_off", 28);
m_img_selected = ScalableBitmap(this, "switch_send_mode_on", 28);
m_img_unselected = ScalableBitmap(this, "switch_send_mode_off", 28);
m_img_selected_tag = ScalableBitmap(this, "switch_send_mode_tag_on", 16);
m_img_unselected_tag = ScalableBitmap(this, "switch_send_mode_tag_off", 16);
@@ -4619,6 +4619,7 @@ std::string PrintOptionItem::getValue()
SetMinSize(tagSize);
SetMaxSize(tagSize);
wxGetApp().UpdateDarkUIWin(this);
}
void SendModeSwitchButton::OnPaint(wxPaintEvent &event)