Initial change to 0 is always a change revisited.
This commit is contained in:
parent
6633049987
commit
c2f2e0b076
1 changed files with 2 additions and 2 deletions
|
@ -143,8 +143,8 @@
|
||||||
(define (run-with-progress% echo? name thunk)
|
(define (run-with-progress% echo? name thunk)
|
||||||
(parameterize ((*current-progress%* name)
|
(parameterize ((*current-progress%* name)
|
||||||
(*current-progress%-echo?* echo?)
|
(*current-progress%-echo?* echo?)
|
||||||
(*current-progress%-value* #f)
|
(*current-progress%-value* 0)
|
||||||
(*current-progress%-last-value* 0)
|
(*current-progress%-last-value* #f)
|
||||||
(*current-progress%-range* (cons 0 1)))
|
(*current-progress%-range* (cons 0 1)))
|
||||||
(print-current-progress%)
|
(print-current-progress%)
|
||||||
(let ((result (thunk)))
|
(let ((result (thunk)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue