mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
the main window doesn't have to detect mouse moved events now that the filter bar is using built-in buttons
This commit is contained in:
parent
e9f667afb9
commit
ba61307266
1 changed files with 0 additions and 2 deletions
|
@ -208,7 +208,6 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
|||
|
||||
[fWindow makeFirstResponder: fTableView];
|
||||
[fWindow setExcludedFromWindowsMenu: YES];
|
||||
[fWindow setAcceptsMouseMovedEvents: YES]; //ensure filter buttons display correctly
|
||||
|
||||
//set table size
|
||||
if ([fDefaults boolForKey: @"SmallView"])
|
||||
|
@ -2696,7 +2695,6 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
|||
TOOLBAR_FILTER, TOOLBAR_INFO, nil];
|
||||
}
|
||||
|
||||
#warning validateUserInterfaceItem: ???
|
||||
- (BOOL) validateToolbarItem: (NSToolbarItem *) toolbarItem
|
||||
{
|
||||
NSString * ident = [toolbarItem itemIdentifier];
|
||||
|
|
Loading…
Reference in a new issue