fix cross-canvas-editor-admin call to do-scroll-to

svn: r14500

original commit: 09bec206d61b0f240fcb9ce6d32cd1b18c347e9f
This commit is contained in:
Matthew Flatt 2009-04-13 23:11:08 +00:00
parent 3bd10ef644
commit 27a4afa78c
2 changed files with 3 additions and 2 deletions

View File

@ -1046,7 +1046,7 @@
(let ([v (do-scroll-to localx localy w h refresh? bias #t #t #f)])
(and v (car v))))
(define/private (do-scroll-to localx localy w h refresh? bias prev? next? only-focus?)
(define/public (do-scroll-to localx localy w h refresh? bias prev? next? only-focus?)
(and canvas
(or (and (not (send canvas is-focus-on?))
(or

View File

@ -107,7 +107,8 @@
;; editor-canvas-editor-admin%
(define-local-member-name
do-get-canvas)
do-get-canvas
do-scroll-to)
;; editor-stream%
(define-local-member-name