From: Kent Sutherland Date: Wed, 8 Dec 2004 18:41:30 +0000 (+0000) Subject: SplashScreen is always key now, to keep the progressbar blue. X-Git-Tag: v1.0~8 X-Git-Url: http://git.ithinksw.org/ITKit.git/commitdiff_plain/9ca04accfdeca9935e89bad1137941cfee16be9b SplashScreen is always key now, to keep the progressbar blue. --- diff --git a/ITSplashWindow.m b/ITSplashWindow.m index 697e99e..a41d7e1 100644 --- a/ITSplashWindow.m +++ b/ITSplashWindow.m @@ -18,4 +18,9 @@ return YES; } +- (BOOL)isKeyWindow +{ + return YES; +} + @end