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}}) {
|
||||
$tab->load_config($config);
|
||||
}
|
||||
if ($self->{plater}) {
|
||||
$self->{plater}->on_config_change($config);
|
||||
}
|
||||
}
|
||||
|
||||
sub config_wizard {
|
||||
|
Loading…
Reference in New Issue
Block a user