SplashScreen is always key now, to keep the progressbar blue.
authorKent Sutherland <ksuther@ithinksw.com>
Wed, 8 Dec 2004 18:41:30 +0000 (18:41 +0000)
committerKent Sutherland <ksuther@ithinksw.com>
Wed, 8 Dec 2004 18:41:30 +0000 (18:41 +0000)
ITSplashWindow.m

index 697e99e..a41d7e1 100644 (file)
@@ -18,4 +18,9 @@
        return YES;
 }
 
        return YES;
 }
 
+- (BOOL)isKeyWindow
+{
+       return YES;
+}
+
 @end
 @end