Fixed regression: no processing with background processing and auto-center parts enabled. #3862

This commit is contained in:
Alessandro Ranellucci 2017-05-02 17:21:16 +02:00
parent c82302e284
commit 8c77f47638

View File

@ -1502,7 +1502,7 @@ sub pause_background_process {
return 1;
} elsif (defined $self->{apply_config_timer} && $self->{apply_config_timer}->IsRunning) {
$self->{apply_config_timer}->Stop;
return 1;
return 0; # we didn't actually pause any running thread; need to reschedule
}
return 0;