documentation
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
(letrec ((f (λ ()
|
||||
(when go-on-counter
|
||||
(send this inc-counter)
|
||||
(sleep 0.1)
|
||||
(sleep 0.01)
|
||||
(f)))))
|
||||
(set! go-on-counter #t)
|
||||
(f)))))
|
||||
@@ -197,8 +197,8 @@
|
||||
)
|
||||
|
||||
(define/public (prefs)
|
||||
(stop-counter)
|
||||
(set! go-on-counter #f)
|
||||
;(stop-counter)
|
||||
;(set! go-on-counter #f)
|
||||
(new example-1-dialog%
|
||||
[parent this]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user