mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-05 16:50:37 +08:00
FIX: update toggle_options after on_preset_loaded
Change-Id: I4e4b4f21f50bb6d844c6166cac71f6a9f053e93f Jira: none
This commit is contained in:
parent
5678b98feb
commit
1e1221216a
@ -4273,7 +4273,6 @@ void Tab::load_current_preset()
|
||||
|
||||
update_btns_enabling();
|
||||
|
||||
update();
|
||||
if (m_type == Slic3r::Preset::TYPE_PRINTER) {
|
||||
// For the printer profile, generate the extruder pages.
|
||||
if (preset.printer_technology() == ptFFF)
|
||||
@ -4281,6 +4280,7 @@ void Tab::load_current_preset()
|
||||
else
|
||||
wxGetApp().obj_list()->update_objects_list_filament_column(1);
|
||||
}
|
||||
update();
|
||||
|
||||
// Reload preset pages with the new configuration values.
|
||||
reload_config();
|
||||
|
Loading…
x
Reference in New Issue
Block a user