Skip to content

Commit

Permalink
Fix CPPredicateEditor CPTextField action bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecsh committed Jul 2, 2012
1 parent c9f32ac commit 2e1a720
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AppKit/CPRuleEditor/CPPredicateEditorRowTemplate.j
Expand Up @@ -686,6 +686,7 @@ CPTransformableAttributeType = 1800;
[textField setBordered:YES];
[textField setEditable:YES];
[textField setFont:[CPFont systemFontOfSize:10]];
[textField setSendsActionOnEndEditing:YES];

return textField;
}
Expand Down

0 comments on commit 2e1a720

Please sign in to comment.