Fix filament combox disappearing (#8649)

Make sure frozen filament combox is thawed
This commit is contained in:
Noisyfox 2025-03-02 23:20:16 +08:00 committed by GitHub
parent ddf8eca96e
commit 632eff6a3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);