fixed run-after-edit-sequence bug
original commit: 3af183ec8ece7b3c8f9d0207a7db810a2bf60d36
This commit is contained in:
parent
81d51e6815
commit
a66b3b7a2a
|
@ -2,6 +2,7 @@
|
|||
|
||||
(require
|
||||
(lib "mred.ss" "mred")
|
||||
(lib "framework.ss" "framework")
|
||||
(lib "click-forwarding-editor.ss" "mrlib")
|
||||
"geometry-managed-pasteboard.ss"
|
||||
"event-handling-pasteboard.ss"
|
||||
|
@ -13,11 +14,12 @@
|
|||
|
||||
;; contruct the basic mixin that both pasteboards will be created from
|
||||
(define (make-aligned-pasteboard type)
|
||||
(click-forwarding-editor-mixin
|
||||
(locked-pasteboard-mixin
|
||||
(event-handling-pasteboard-mixin
|
||||
(geometry-managed-pasteboard-mixin
|
||||
pasteboard% type)))))
|
||||
(editor:basic-mixin
|
||||
(click-forwarding-editor-mixin
|
||||
(locked-pasteboard-mixin
|
||||
(event-handling-pasteboard-mixin
|
||||
(geometry-managed-pasteboard-mixin
|
||||
pasteboard% type))))))
|
||||
|
||||
(define vertical-pasteboard%
|
||||
(make-aligned-pasteboard 'vertical))
|
||||
|
|
Loading…
Reference in New Issue
Block a user