Fix for infinite loop with inserting newlines and interpretKeyEvents:.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2009-11-14 19:57:31 -08:00
parent 312a48a3fe
commit dc93f39b58
+1 -1
View File
@@ -241,7 +241,7 @@ CPDownArrowKeyCode = 40;
*/
- (void)insertNewline:(id)aSender
{
[self insertNewline:aSender];
[[self nextResponder] insertNewline:aSender];
}
- (void)cancel:(id)sender