FIX: refresh color of filament color picker on MacOS

Change-Id: I78474465dcb0f1582fc9d1f46ac11061fc38770a
This commit is contained in:
chunmao.guo 2022-08-04 12:28:14 +08:00 committed by Lane.Wei
parent 3f6efa2037
commit c4ec127b3a
1 changed files with 1 additions and 0 deletions

View File

@ -899,6 +899,7 @@ void PlaterPresetComboBox::update()
clr_picker->SetWindowStyle(style);
#ifdef __WXOSX__
clr_picker->SetLabel(clr_picker->GetLabel()); // Let setBezelStyle: be called
clr_picker->Refresh();
#endif
selected_filament_preset = m_collection->find_preset(m_preset_bundle->filament_presets[m_filament_idx]);
if (!selected_filament_preset) {