add lastmarker to linefrag

This commit is contained in:
daboe01
2015-06-27 16:01:42 +02:00
parent 9478206202
commit 0a49e31b30
3 changed files with 6 additions and 3 deletions
-2
View File
@@ -518,7 +518,6 @@ var kDelegateRespondsTo_textShouldBeginEditing
if (!isAttributed)
aString = [[CPAttributedString alloc] initWithString:aString attributes:_typingAttributes];
var undoManager = [[self window] undoManager];
[undoManager setActionName:@"Replace/insert text"];
@@ -2151,7 +2150,6 @@ var _CPCopyPlaceholder = '-';
return false; // prevent the default behaviour
}
var currentFirstResponder = [[CPApp mainWindow] firstResponder];
if (![currentFirstResponder respondsToSelector:@selector(_activateNativeInputElement:)])