mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-26 16:02:02 +08:00
Bugfix: plater views were not refreshed after config wizard in simple mode
This commit is contained in:
parent
310212ed30
commit
0d08c1819b
@ -599,6 +599,9 @@ sub load_config {
|
|||||||
foreach my $tab (values %{$self->{options_tabs}}) {
|
foreach my $tab (values %{$self->{options_tabs}}) {
|
||||||
$tab->load_config($config);
|
$tab->load_config($config);
|
||||||
}
|
}
|
||||||
|
if ($self->{plater}) {
|
||||||
|
$self->{plater}->on_config_change($config);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sub config_wizard {
|
sub config_wizard {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user