mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 20:26:12 +08:00
Fix filament combox disappearing (#8649)
Make sure frozen filament combox is thawed
This commit is contained in:
parent
ddf8eca96e
commit
632eff6a3a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user