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:
parent
b223a33b73
commit
0d776a929d
1 changed files with 0 additions and 5 deletions
|
@ -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];
|
||||||
|
|
Loading…
Reference in a new issue