.
original commit: 41a1bb69e8f435ead76e392c001c6c768e325b59
This commit is contained in:
parent
b689374cca
commit
d46b5f6cf8
|
@ -132,7 +132,7 @@
|
|||
py)))])
|
||||
(send f put str)))
|
||||
|
||||
(define/override (get-num-scroll-steps) (+ (quotient height 20) 1))
|
||||
(define/override (get-num-scroll-steps) (inexact->exact (+ (quotient height 20) 1)))
|
||||
(define/override (find-scroll-step y) (inexact->exact (floor (/ y 20))))
|
||||
(define/override (get-scroll-step-offset offset) (* offset 20))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user