disable scroll via copy

Sometimes doesn't work right, as illustrated by PR 15186
This commit is contained in:
Matthew Flatt 2015-11-25 08:46:37 -07:00
parent bdac2da540
commit 4358d22a0a

View File

@ -157,7 +157,7 @@
(define (keep-style l s) (if (memq s l) (list s) null))
(define SCROLL-VIA-COPY? #t)
(define SCROLL-VIA-COPY? #f)
(defclass editor-canvas% canvas%