Fixed escape key in open dialog.

CQTexperiment
vspader 2007-06-03 14:12:15 +00:00
parent be564b01fb
commit 16bc20ec4e
1 changed files with 2 additions and 1 deletions

View File

@ -208,6 +208,7 @@ static BOOL KFKeyEventIsCancelEvent(NSEvent *keyEvent);
// 10.2. I haven't had a chance to find out.
[self cancelOperation:self];
eatEvent = YES;
[super keyDown:keyEvent];
}
}
@ -405,7 +406,7 @@ static BOOL KFKeyEventIsCancelEvent(NSEvent *keyEvent)
{
return YES;
}
return NO;
}