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