mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 12:39:06 +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->{toolpaths2D}->reload_print if $self->{toolpaths2D};
|
||||||
$self->{preview3D}->reload_print if $self->{preview3D};
|
$self->{preview3D}->reload_print if $self->{preview3D};
|
||||||
|
|
||||||
|
if (!$Slic3r::GUI::Settings->{_}{background_processing}) {
|
||||||
|
$self->hide_preview if $invalidated;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if ($invalidated) {
|
if ($invalidated) {
|
||||||
if (!$Slic3r::GUI::Settings->{_}{background_processing}) {
|
|
||||||
$self->hide_preview;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
# kill current thread if any
|
# kill current thread if any
|
||||||
$self->stop_background_process;
|
$self->stop_background_process;
|
||||||
# remove the sliced statistics box because something changed.
|
# remove the sliced statistics box because something changed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user