mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-31 12:02:03 +08:00
Fix edit button of printer combo box not updates its color after theme switch (#5412)
* Fix edit button of printer combo box not updates for dark theme * Fix * Merge branch 'main' into dark-mode-printer-combobox-edit-icon
This commit is contained in:
parent
9aad7f8e1d
commit
aa33050301
@ -1498,6 +1498,7 @@ void Sidebar::sys_color_changed()
|
||||
p->combo_printer })
|
||||
combo->sys_color_changed();
|
||||
#endif
|
||||
p->combo_printer->sys_color_changed();
|
||||
for (PlaterPresetComboBox* combo : p->combos_filament)
|
||||
combo->sys_color_changed();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user