diff --git a/AppController.m b/AppController.m index 903d500..8f8cead 100755 --- a/AppController.m +++ b/AppController.m @@ -198,12 +198,12 @@ -(void)menuWillOpen:(NSMenu *)menu menuOpenEvent = [event retain]; // So we can send it again to open the menu. [menu cancelTracking]; // Prevent the menu from displaying, since activateIgnoringOtherApps would close it anyway. [NSApp activateIgnoringOtherApps: YES]; // Required to make the search field firstResponder any good. - [self performSelector:@selector(reopenMenu) withObject:nil afterDelay:0.0 inModes:[NSArray arrayWithObject:NSRunLoopCommonModes]]; // Because we really do want the menu open. + [self performSelector:@selector(reopenMenu) withObject:nil afterDelay:0.2 inModes:[NSArray arrayWithObject:NSRunLoopCommonModes]]; // Because we really do want the menu open. } else { // Flycut is now active, so set the first responder once the menu opens. - [self performSelector:@selector(activateSearchBox) withObject:nil afterDelay:0.0 inModes:[NSArray arrayWithObject:NSRunLoopCommonModes]]; + [self performSelector:@selector(activateSearchBox) withObject:nil afterDelay:0.2 inModes:[NSArray arrayWithObject:NSRunLoopCommonModes]]; } } } diff --git a/English.lproj/MainMenu.nib/designable.nib b/English.lproj/MainMenu.nib/designable.nib index 868c4ca..4f7cb6b 100644 --- a/English.lproj/MainMenu.nib/designable.nib +++ b/English.lproj/MainMenu.nib/designable.nib @@ -1,9 +1,10 @@ - - + + - - + + + @@ -91,6 +92,7 @@ + @@ -122,10 +124,10 @@ - + - + @@ -451,8 +453,6 @@ - - @@ -462,10 +462,10 @@ - + - + @@ -499,8 +499,6 @@ - - @@ -510,15 +508,13 @@ - + - + - - @@ -528,10 +524,10 @@ - + - + @@ -540,9 +536,9 @@ - + - + @@ -594,8 +590,6 @@ Thanks to Clare Bates Congdon, Joshua Davis, Brad Graham, David Jacobs, John Ken - - @@ -611,8 +605,6 @@ Thanks to Clare Bates Congdon, Joshua Davis, Brad Graham, David Jacobs, John Ken - - diff --git a/English.lproj/MainMenu.nib/keyedobjects.nib b/English.lproj/MainMenu.nib/keyedobjects.nib index 37a0f74..63ac20a 100644 Binary files a/English.lproj/MainMenu.nib/keyedobjects.nib and b/English.lproj/MainMenu.nib/keyedobjects.nib differ