.
original commit: 2b0e1bcd9047064a8d0b60f5724411c1205b8e11
This commit is contained in:
parent
96c3a3d4c6
commit
ccb86c681f
|
@ -376,8 +376,8 @@
|
|||
null)]
|
||||
[(or (eq? i except)
|
||||
(and must-focus? (not (send i gets-focus?)))
|
||||
(not (send i is-enabled?))
|
||||
(not (send i is-shown?)))
|
||||
(not (send i is-enabled-to-root?))
|
||||
(not (send i is-shown-to-root?)))
|
||||
null]
|
||||
[else (list i)]))
|
||||
(send f get-children))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user