FIX: something with gui

Change-Id: Ia9007ea0f446f6d83031cc2c4091db06bb5762d7
Jira: STUDIO-9482, STUDIO-9579, STUDIO-9545
(cherry picked from commit 53e9661372cf63b87d2f9605d4131eec0ecaa82c)
This commit is contained in:
chunmao.guo
2025-01-08 13:18:23 +08:00
committed by Noisyfox
parent a8d10da9dd
commit ab986945be
2 changed files with 19 additions and 11 deletions

View File

@@ -1317,6 +1317,8 @@ void Tab::sys_color_changed()
bmp->msw_rescale();
if (m_detach_preset_btn)
m_detach_preset_btn->msw_rescale();
if (m_extruder_sync)
m_extruder_sync->msw_rescale();
// update icons for tree_ctrl
for (ScalableBitmap& bmp : m_scaled_icons_list)
@@ -1343,6 +1345,8 @@ void Tab::sys_color_changed()
// update options_groups
if (m_active_page)
m_active_page->sys_color_changed();
if (m_extruder_switch)
m_extruder_switch->Rescale();
//BBS: GUI refactor
//Layout();