mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
Clicking the File tableview in the Inspector will now make the inspector the key window, making reveal for it work again and not appear gray when clicked.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#import "FileTableView.h"
|
||||
|
||||
@implementation FileTableView
|
||||
|
||||
- (void) mouseDown: (NSEvent *) event
|
||||
{
|
||||
[[self window] makeKeyWindow];
|
||||
[super mouseDown: event];
|
||||
}
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user