1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-03 05:25:52 +00:00

Instead of explicitly setting the status bar as draggable, let it take on the window's default behavior.

This commit is contained in:
Mitchell Livingston 2011-01-03 03:41:42 +00:00
parent b223a33b73
commit 0d776a929d

View file

@ -54,11 +54,6 @@
[super dealloc]; [super dealloc];
} }
- (BOOL) mouseDownCanMoveWindow
{
return YES;
}
- (void) drawRect: (NSRect) rect - (void) drawRect: (NSRect) rect
{ {
const BOOL active = [[self window] isMainWindow]; const BOOL active = [[self window] isMainWindow];