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:
yw4z 2024-05-23 17:44:01 +03:00 committed by GitHub
parent 9aad7f8e1d
commit aa33050301
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();