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:
Mitchell Livingston 2007-11-09 13:47:34 +00:00
parent e9f667afb9
commit ba61307266
1 changed files with 0 additions and 2 deletions

View File

@ -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];