mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Bugfix: plater views were not refreshed after config wizard in simple mode
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user