fixed PR 8137
svn: r3433 original commit: 257ceb7449df54437686cf3e008c1ac2add62587
This commit is contained in:
parent
7386f912a6
commit
e69befce41
|
@ -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