snip and editor-data class lists need to be eventspace-specific
svn: r14575 original commit: 4bc2ddaf9d73ad6865b3059b995a15389f56f39a
This commit is contained in:
parent
acd0d9a47a
commit
41d4c583a6
|
@ -74,6 +74,11 @@
|
|||
(namespace-require 'scheme/class))
|
||||
ns))
|
||||
|
||||
(define (make-eventspace)
|
||||
(parameterize ([wx:the-snip-class-list (wx:make-the-snip-class-list)]
|
||||
[wx:the-editor-data-class-list (wx:make-the-editor-data-class-list)])
|
||||
(wx:make-eventspace)))
|
||||
|
||||
;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(define-syntax propagate
|
||||
|
@ -139,7 +144,6 @@
|
|||
is-color-display?
|
||||
key-event%
|
||||
keymap%
|
||||
make-eventspace
|
||||
editor-admin%
|
||||
editor-set-x-selection-mode
|
||||
editor-snip-editor-admin<%>
|
||||
|
@ -307,6 +311,7 @@
|
|||
current-eventspace-has-standard-menus?
|
||||
current-eventspace-has-menu-root?
|
||||
eventspace-handler-thread
|
||||
make-eventspace
|
||||
make-gui-namespace
|
||||
make-gui-empty-namespace
|
||||
file-creator-and-type
|
||||
|
|
Loading…
Reference in New Issue
Block a user