only set alpha value at initialization in drag overlay

This commit is contained in:
Mitchell Livingston 2007-05-21 15:36:52 +00:00
parent 1e44ce5e13
commit 604ae82d0b
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,7 @@
fLib = lib;
[self setBackgroundColor: [NSColor colorWithCalibratedWhite: 0.0 alpha: 0.5]];
[self setAlphaValue: 0.0];
[self setOpaque: NO];
[self setHasShadow: NO];
@ -146,7 +147,6 @@
- (void) beginFadeIn
{
[self setAlphaValue: 0.0];
if (fFadeInTimer)
{
[fFadeInTimer invalidate];