diff --git a/collects/help/help.ss b/collects/help/help.ss index eeb3df67..7157626d 100644 --- a/collects/help/help.ss +++ b/collects/help/help.ss @@ -80,7 +80,8 @@ (send cb-frame show #f))))]) (send main-sd-button enable #f) (send cb-frame center) - (send cb-frame show #t)))]) + (send cb-frame show #t) + (send sd-button focus)))]) (define/override can-close? (lambda () (shutdown-dialog) #f)) (super-instantiate ())