This commit is contained in:
Jeena Paradies 2013-01-27 09:12:37 +01:00
parent 8a4ac6cfed
commit d99b58fd3c

View file

@ -270,7 +270,7 @@
retval = YES; // causes Apple to NOT fire the default enter action 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; retval = YES;
[self sendPost:control]; [self sendPost:control];
} }