Fixed escape key in open dialog.
This commit is contained in:
parent
be564b01fb
commit
16bc20ec4e
1 changed files with 2 additions and 1 deletions
|
@ -208,6 +208,7 @@ static BOOL KFKeyEventIsCancelEvent(NSEvent *keyEvent);
|
||||||
// 10.2. I haven't had a chance to find out.
|
// 10.2. I haven't had a chance to find out.
|
||||||
[self cancelOperation:self];
|
[self cancelOperation:self];
|
||||||
eatEvent = YES;
|
eatEvent = YES;
|
||||||
|
[super keyDown:keyEvent];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue