mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00: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:
11
macosx/FileTableView.m
Normal file
11
macosx/FileTableView.m
Normal file
@@ -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