Change KeyInputTextView from a TextView to a TextField. Simplifies the nib contents...
[enjoyable.git] / TargetController.m
index 9f85fd9..82eec03 100644 (file)
@@ -37,7 +37,7 @@
                case 0: // none
                        return NULL;
                case 1: // key
-                       if([keyInput hasKey]) {
+                       if(keyInput.hasKey) {
                                TargetKeyboard* k = [[TargetKeyboard alloc] init];
                                [k setVk: [keyInput vk]];
                                [k setDescr: [keyInput descr]];