X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/93f1f93114865d18b5870f04763c921ff33b8e59..4f2a1a6b5d25d7cbae4f356eabe754a4f6e98adb:/StatusWindow.m diff --git a/StatusWindow.m b/StatusWindow.m index 946e544..ea9f406 100755 --- a/StatusWindow.m +++ b/StatusWindow.m @@ -4,8 +4,7 @@ - (id)initWithContentRect:(NSRect)rect styleMask:(unsigned int)mask backing:(NSBackingStoreType)type defer:(BOOL)flag { - if ( (self = [super initWithContentRect:rect styleMask:NSBorderlessWindowMask backing:type defer:flag]) ) - { + if ( (self = [super initWithContentRect:rect styleMask:NSBorderlessWindowMask backing:type defer:flag]) ) { [self setHasShadow:NO]; [self setOpaque:NO]; [self setLevel:NSStatusWindowLevel];