mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-02 06:10:40 +08:00
Fixed regression: no processing with background processing and auto-center parts enabled. #3862
This commit is contained in:
parent
c82302e284
commit
8c77f47638
@ -1502,7 +1502,7 @@ sub pause_background_process {
|
|||||||
return 1;
|
return 1;
|
||||||
} elsif (defined $self->{apply_config_timer} && $self->{apply_config_timer}->IsRunning) {
|
} elsif (defined $self->{apply_config_timer} && $self->{apply_config_timer}->IsRunning) {
|
||||||
$self->{apply_config_timer}->Stop;
|
$self->{apply_config_timer}->Stop;
|
||||||
return 1;
|
return 0; # we didn't actually pause any running thread; need to reschedule
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user