From 5adacd87a648f3f532ccd597a22a89f237350465 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 15 Jan 2003 01:12:33 +0000 Subject: [PATCH] .. original commit: 16712bdf7c746101684f7b18ed68de2a646a2283 --- collects/framework/splash.ss | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/framework/splash.ss b/collects/framework/splash.ss index 939a1acf..0ca3ad82 100644 --- a/collects/framework/splash.ss +++ b/collects/framework/splash.ss @@ -218,5 +218,6 @@ (send panel stretchable-width #f) (send panel stretchable-height #f) (send h-panel set-alignment 'center 'top) + (send splash-canvas focus) (send splash-canvas stretchable-width #f) (send splash-canvas stretchable-height #f))