mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Bugfix: plater views were not refreshed after config wizard in simple mode
This commit is contained in:
parent
310212ed30
commit
0d08c1819b
1 changed files with 3 additions and 0 deletions
|
@ -599,6 +599,9 @@ sub load_config {
|
|||
foreach my $tab (values %{$self->{options_tabs}}) {
|
||||
$tab->load_config($config);
|
||||
}
|
||||
if ($self->{plater}) {
|
||||
$self->{plater}->on_config_change($config);
|
||||
}
|
||||
}
|
||||
|
||||
sub config_wizard {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue