mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Fix filament combox disappearing (#8649)
Make sure frozen filament combox is thawed
This commit is contained in:
parent
ddf8eca96e
commit
632eff6a3a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue