]> granicus.if.org Git - transmission/commitdiff
Instead of explicitly setting the status bar as draggable, let it take on the window...
authorMitchell Livingston <livings124@transmissionbt.com>
Mon, 3 Jan 2011 03:41:42 +0000 (03:41 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Mon, 3 Jan 2011 03:41:42 +0000 (03:41 +0000)
macosx/StatusBarView.m

index 339f645bed96df16dbf2bf9f71017f0575619609..59ed540d566858c7cd76dc9c48ab2ee09cc07d2a 100644 (file)
     [super dealloc];
 }
 
-- (BOOL) mouseDownCanMoveWindow
-{
-    return YES;
-}
-
 - (void) drawRect: (NSRect) rect
 {
     const BOOL active = [[self window] isMainWindow];