From 9ca04accfdeca9935e89bad1137941cfee16be9b Mon Sep 17 00:00:00 2001 From: Kent Sutherland Date: Wed, 8 Dec 2004 18:41:30 +0000 Subject: [PATCH] SplashScreen is always key now, to keep the progressbar blue. --- ITSplashWindow.m | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.20.1