mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 07:27:41 -06:00
FIX:fixed some issue with send print and ams ui
Change-Id: I1a37bad6ec1f193f9fd98c74506b3bb0358ece6d
This commit is contained in:
parent
67c2f5a285
commit
0db1b52b23
18 changed files with 292 additions and 32 deletions
|
@ -2805,9 +2805,11 @@ void StatusPanel::set_hold_count(int& count)
|
|||
|
||||
void StatusPanel::on_sys_color_changed()
|
||||
{
|
||||
m_button_abort->msw_rescale();
|
||||
m_bitmap_speed.msw_rescale();
|
||||
m_bitmap_speed_active.msw_rescale();
|
||||
m_switch_speed->SetImages(m_bitmap_speed, m_bitmap_speed);
|
||||
m_ams_control->msw_rescale();
|
||||
}
|
||||
|
||||
void StatusPanel::msw_rescale()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue