FIX: update the scale of ColorPicker

jira: [STUDIO-12704]
Change-Id: Iac12a24fcb880b0c5db6f62b1b0e38a9c5d60e9d
(cherry picked from commit c8bb7fb3acfc65312cacb4b38f0a7ba62810046a)
This commit is contained in:
xin.zhang
2025-06-20 16:24:55 +08:00
committed by Noisyfox
parent 3c4e28eb6c
commit 59ff362296
3 changed files with 11 additions and 10 deletions

View File

@@ -5287,7 +5287,6 @@ void StatusPanel::on_sys_color_changed()
m_switch_speed->SetImages(m_bitmap_speed, m_bitmap_speed);
m_ams_control->msw_rescale();
if (m_print_error_dlg) { m_print_error_dlg->msw_rescale(); }
if (m_filament_setting_dlg) {m_filament_setting_dlg->msw_rescale();}
rescale_camera_icons();
}