mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
override isOpaque for the status bar and filter bar
This commit is contained in:
@@ -48,6 +48,11 @@
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (BOOL) isOpaque
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (void) drawRect: (NSRect) rect
|
||||
{
|
||||
NSInteger count = 0;
|
||||
|
||||
@@ -56,6 +56,16 @@
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (BOOL) mouseDownCanMoveWindow
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (BOOL) isOpaque
|
||||
{
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (void) drawRect: (NSRect) rect
|
||||
{
|
||||
const BOOL active = [[self window] isMainWindow];
|
||||
|
||||
Reference in New Issue
Block a user