diff --git a/AppKit/CPTextView/CPTextView.j b/AppKit/CPTextView/CPTextView.j index 938f60de4..962e19773 100644 --- a/AppKit/CPTextView/CPTextView.j +++ b/AppKit/CPTextView/CPTextView.j @@ -1545,8 +1545,8 @@ var kDelegateRespondsTo_textShouldBeginEditing var currentAttributes = [_textStorage attributesAtIndex:range.location effectiveRange:nil] || _typingAttributes; [[[[self window] undoManager] prepareWithInvocationTarget:self] - setTextColor:[currentAttributes objectForKey:CPForegroundColorAttributeName] - range:CPMakeRangeCopy(range)]; + setTextColor:[currentAttributes objectForKey:CPForegroundColorAttributeName] + range:CPMakeRangeCopy(range)]; if (!CPEmptyRange(range)) {