mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Fix filament combox disappearing (#8649)
Make sure frozen filament combox is thawed
This commit is contained in:
@@ -946,6 +946,7 @@ void PlaterPresetComboBox::update()
|
||||
selected_filament_preset = m_collection->find_preset(m_preset_bundle->filament_presets[m_filament_idx]);
|
||||
if (!selected_filament_preset) {
|
||||
//can not find this filament, should be caused by project embedded presets, will be updated later
|
||||
Thaw();
|
||||
return;
|
||||
}
|
||||
//assert(selected_filament_preset);
|
||||
|
||||
Reference in New Issue
Block a user