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}}) {
|
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…
Reference in a new issue