alow using tab to get to the buttons
svn: r3803
This commit is contained in:
parent
d5294823a2
commit
7b8e8add19
|
@ -74,12 +74,13 @@
|
||||||
(custodian-shutdown-all installer-cust))]
|
(custodian-shutdown-all installer-cust))]
|
||||||
[installer-cust (make-custodian)])
|
[installer-cust (make-custodian)])
|
||||||
(send done enable #f)
|
(send done enable #f)
|
||||||
|
(send canvas allow-tab-exit #t)
|
||||||
((current-text-keymap-initializer) (send text get-keymap))
|
((current-text-keymap-initializer) (send text get-keymap))
|
||||||
(send text lock #t)
|
(send text lock #t)
|
||||||
|
|
||||||
;; still do this even tho we aren't in the eventspace main thread
|
;; still do this even tho we aren't in the eventspace main thread
|
||||||
(thread (lambda () (send dlg show #t)))
|
(thread (lambda () (send dlg show #t)))
|
||||||
|
|
||||||
(parameterize ([current-custodian installer-cust])
|
(parameterize ([current-custodian installer-cust])
|
||||||
(parameterize ([current-eventspace (make-eventspace)])
|
(parameterize ([current-eventspace (make-eventspace)])
|
||||||
(queue-callback
|
(queue-callback
|
||||||
|
|
Loading…
Reference in New Issue
Block a user