aboutsummaryrefslogtreecommitdiffstats
path: root/Source/YRKSpinningProgressIndicator.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-07-31 22:21:00 +0000
committerrowanbeentje <rowan@beent.je>2010-07-31 22:21:00 +0000
commitaeb89462c557f2b9f79c070b7ce30fa68f63faf7 (patch)
tree9757ee6b55819126ccc3e481050597cbb3db1a25 /Source/YRKSpinningProgressIndicator.h
parent3755c18f7b0c572c2205011d7a1d519c36fa2ef0 (diff)
downloadsequelpro-aeb89462c557f2b9f79c070b7ce30fa68f63faf7.tar.gz
sequelpro-aeb89462c557f2b9f79c070b7ce30fa68f63faf7.tar.bz2
sequelpro-aeb89462c557f2b9f79c070b7ce30fa68f63faf7.zip
- Replace progress indicator CoreAnimation drawing with manual shadow/fade code; this addresses hangs (see Issue #6677) and also prevents triggering the discrete graphics chip on newer MacBook Pros.
- Update localisable strings
Diffstat (limited to 'Source/YRKSpinningProgressIndicator.h')
-rw-r--r--Source/YRKSpinningProgressIndicator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/YRKSpinningProgressIndicator.h b/Source/YRKSpinningProgressIndicator.h
index 4be79805..e97711b2 100644
--- a/Source/YRKSpinningProgressIndicator.h
+++ b/Source/YRKSpinningProgressIndicator.h
@@ -18,6 +18,7 @@
NSColor *_foreColor;
NSColor *_backColor;
BOOL _drawBackground;
+ NSShadow *_shadow;
NSTimer *_fadeOutAnimationTimer;
BOOL _isFadingOut;