Skip to content

Commit

Permalink
Fix edit button of printer combo box not updates its color after them…
Browse files Browse the repository at this point in the history
…e 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
  • Loading branch information
yw4z authored May 23, 2024
1 parent 9aad7f8 commit aa33050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slic3r/GUI/Plater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit aa33050

Please sign in to comment.