mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-11 22:29:00 +08:00
Fixed regression causing background processing to be partially active regardless of preferences. #3843
This commit is contained in:
parent
99c86bcf91
commit
1cd4bca648
@ -1398,12 +1398,12 @@ sub async_apply_config {
|
||||
$self->{toolpaths2D}->reload_print if $self->{toolpaths2D};
|
||||
$self->{preview3D}->reload_print if $self->{preview3D};
|
||||
|
||||
if ($invalidated) {
|
||||
if (!$Slic3r::GUI::Settings->{_}{background_processing}) {
|
||||
$self->hide_preview;
|
||||
return;
|
||||
}
|
||||
if (!$Slic3r::GUI::Settings->{_}{background_processing}) {
|
||||
$self->hide_preview if $invalidated;
|
||||
return;
|
||||
}
|
||||
|
||||
if ($invalidated) {
|
||||
# kill current thread if any
|
||||
$self->stop_background_process;
|
||||
# remove the sliced statistics box because something changed.
|
||||
|
Loading…
x
Reference in New Issue
Block a user