X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=NJOutputController.m;h=ed8fe2df6f74e0f6c3304a39317f4d803c558475;hp=25d04b125b7dcb04b0da737805f13edcdffa2cc7;hb=1315dd378437c84891c795c9927ff40d42d74cb3;hpb=055557513f5608af99f6736a6ce40da3df8618a7 diff --git a/NJOutputController.m b/NJOutputController.m index 25d04b1..ed8fe2d 100644 --- a/NJOutputController.m +++ b/NJOutputController.m @@ -26,7 +26,7 @@ NSInteger row = radioButtons.selectedRow; if (row != 1) { - keyInput.keyCode = -1; + keyInput.keyCode = NJKeyInputFieldEmpty; [keyInput resignIfFirstResponder]; }