mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user