git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
SplashScreen is always key now, to keep the progressbar blue.
[ITKit.git]
/
ITSplashWindow.m
diff --git
a/ITSplashWindow.m
b/ITSplashWindow.m
index
697e99e
..
a41d7e1
100644
(file)
--- a/
ITSplashWindow.m
+++ b/
ITSplashWindow.m
@@
-18,4
+18,9
@@
return YES;
}
+- (BOOL)isKeyWindow
+{
+ return YES;
+}
+
@end