mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue