mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 21:29:18 +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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user