parent
8a4ac6cfed
commit
d99b58fd3c
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@
|
|||
|
||||
retval = YES; // causes Apple to NOT fire the default enter action
|
||||
}
|
||||
else if (commandSelector == @selector(noop:) || isEnter) {
|
||||
else if (commandSelector == @selector(noop:) && isEnter) {
|
||||
retval = YES;
|
||||
[self sendPost:control];
|
||||
}
|
||||
|
|
Reference in a new issue