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
|
@ -208,7 +208,6 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
||||||
|
|
||||||
[fWindow makeFirstResponder: fTableView];
|
[fWindow makeFirstResponder: fTableView];
|
||||||
[fWindow setExcludedFromWindowsMenu: YES];
|
[fWindow setExcludedFromWindowsMenu: YES];
|
||||||
[fWindow setAcceptsMouseMovedEvents: YES]; //ensure filter buttons display correctly
|
|
||||||
|
|
||||||
//set table size
|
//set table size
|
||||||
if ([fDefaults boolForKey: @"SmallView"])
|
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];
|
TOOLBAR_FILTER, TOOLBAR_INFO, nil];
|
||||||
}
|
}
|
||||||
|
|
||||||
#warning validateUserInterfaceItem: ???
|
|
||||||
- (BOOL) validateToolbarItem: (NSToolbarItem *) toolbarItem
|
- (BOOL) validateToolbarItem: (NSToolbarItem *) toolbarItem
|
||||||
{
|
{
|
||||||
NSString * ident = [toolbarItem itemIdentifier];
|
NSString * ident = [toolbarItem itemIdentifier];
|
||||||
|
|
Loading…
Reference in New Issue