mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-30 23:43:37 +00:00
formatting
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user