X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=NJOutputController.m;fp=NJOutputController.m;h=ed8fe2df6f74e0f6c3304a39317f4d803c558475;hp=25d04b125b7dcb04b0da737805f13edcdffa2cc7;hb=c38397be0be3a8b0b5c502bf5a5bc24b3c0f61bb;hpb=30e895677773cc087a4e9a75abc99d0c1233dddc 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]; }