formatting

This commit is contained in:
daboe01
2016-05-24 10:42:33 +02:00
parent e897d2ef81
commit 9b30a634b1
+2 -2
View File
@@ -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))
{