fixed PR 8137
svn: r3433
This commit is contained in:
parent
d74f28ace8
commit
257ceb7449
|
@ -56,7 +56,8 @@
|
|||
parent-keymap))
|
||||
(let c-loop ([child-keymaps (send parent-keymap get-chained-keymaps)])
|
||||
(cond
|
||||
[(null? child-keymaps) null]
|
||||
[(null? child-keymaps)
|
||||
(void)]
|
||||
[else
|
||||
(let ([child-keymap (car child-keymaps)])
|
||||
(cond
|
||||
|
|
Loading…
Reference in New Issue
Block a user