mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 18:58:00 -06:00
Port recent global changes to the wizard
This commit is contained in:
parent
c763f5fc81
commit
87934a972c
3 changed files with 47 additions and 152 deletions
|
@ -217,7 +217,7 @@ sub config_wizard {
|
|||
|
||||
return unless $self->check_unsaved_changes;
|
||||
if (my $config = Slic3r::GUI::ConfigWizard->new($self)->run) {
|
||||
# TODO: select the default preset in all tabs
|
||||
$_->select_default_preset for values %{$self->{options_tabs}};
|
||||
$self->load_config($config);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue