1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-24 16:52:39 +00:00

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

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];