fix dialog/frame handling of radio-box shortcuts
svn: r3364
This commit is contained in:
parent
f4ce1a8d31
commit
2707426cdf
|
@ -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