use the new refresh-now method
This commit is contained in:
parent
66f6f04c1e
commit
da9c34cd52
|
@ -4024,9 +4024,7 @@ module browser threading seems wrong.
|
|||
(define/public (set-color-status! v?)
|
||||
(when color-status-canvas
|
||||
(set! color-valid? v?)
|
||||
(send (send color-status-canvas get-dc) erase)
|
||||
(send color-status-canvas on-paint)
|
||||
(send color-status-canvas flush)))
|
||||
(send color-status-canvas refresh-now)))
|
||||
|
||||
(define running-canvas
|
||||
(new running-canvas% [parent (get-info-panel)]))
|
||||
|
|
Loading…
Reference in New Issue
Block a user