From afa7e10eaef14b89b75d6c9cc1e192f12f1b619e Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 2 Feb 2011 22:12:47 +1100 Subject: Calling ClearSelection with explicit argument to make compile for Cocoa. --- cocoa/ScintillaCocoa.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa') 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) { -- cgit v1.2.3