FIX: refresh color of filament color picker on MacOS
Change-Id: I78474465dcb0f1582fc9d1f46ac11061fc38770a
This commit is contained in:
parent
3f6efa2037
commit
c4ec127b3a
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue