allow priority selector to show even when the inspector is not the main window (10.5-only)

This commit is contained in:
Mitchell Livingston
2008-01-12 03:39:26 +00:00
parent 7d6aaf53b3
commit a0578f408b
8 changed files with 120 additions and 43 deletions

View File

@@ -88,7 +88,6 @@ typedef enum
[window setFrame: windowRect display: NO];
[window setBecomesKeyOnlyIfNeeded: YES];
[window setAcceptsMouseMovedEvents: YES];
//set tab images and tooltips
[[fTabMatrix cellWithTag: TAB_INFO_TAG] setIcon: [NSImage imageNamed: @"InfoGeneral.png"]];
@@ -778,11 +777,6 @@ typedef enum
return nil;
}
- (void) mouseMoved: (NSEvent *) event
{
[fFileController setHoverRowForEvent: fCurrentTabTag == TAB_FILES_TAG ? event : nil];
}
- (void) setPiecesView: (id) sender
{
[self setPiecesViewForAvailable: [sender selectedSegment] == PIECES_CONTROL_AVAILABLE];