mirror of
https://github.com/transmission/transmission
synced 2025-03-11 14:43:42 +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:
parent
b223a33b73
commit
0d776a929d
1 changed files with 0 additions and 5 deletions
|
@ -54,11 +54,6 @@
|
|||
[super dealloc];
|
||||
}
|
||||
|
||||
- (BOOL) mouseDownCanMoveWindow
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (void) drawRect: (NSRect) rect
|
||||
{
|
||||
const BOOL active = [[self window] isMainWindow];
|
||||
|
|
Loading…
Add table
Reference in a new issue