diff options
| -rw-r--r-- | cocoa/ScintillaCocoa.mm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cocoa/ScintillaCocoa.mm b/cocoa/ScintillaCocoa.mm index 6d3296a51..823bcfd3f 100644 --- a/cocoa/ScintillaCocoa.mm +++ b/cocoa/ScintillaCocoa.mm @@ -525,7 +525,7 @@ void ScintillaCocoa::Paste(bool forceRectangular)      return;    pdoc->BeginUndoAction(); -  ClearSelection(); +  ClearSelection(false);    int length = selectedText.len - 1; // One less to avoid inserting the terminating 0 character.    if (selectedText.rectangular)    { | 
