fix dialog/frame handling of radio-box shortcuts
svn: r3364 original commit: 2707426cdf69cc594adf56978a3fa6715bad4764
This commit is contained in:
parent
bdd970bd47
commit
046d50582f
|
@ -531,7 +531,7 @@
|
|||
(let loop ([i 0])
|
||||
(if (= i n)
|
||||
#f
|
||||
(let ([l (send o get-string i)])
|
||||
(let ([l (send win get-item-label i)])
|
||||
(if (and (string? l)
|
||||
(regexp-match re l))
|
||||
(begin
|
||||
|
|
Loading…
Reference in New Issue
Block a user