mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -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
|
@ -152,6 +152,11 @@ sub on_preset_loaded {}
|
|||
sub hidden_options {}
|
||||
sub config { $_[0]->{config}->clone }
|
||||
|
||||
sub select_default_preset {
|
||||
my $self = shift;
|
||||
$self->{presets_choice}->SetSelection(0);
|
||||
}
|
||||
|
||||
sub on_select_preset {
|
||||
my $self = shift;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue