aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa')
-rw-r--r--cocoa/ScintillaCocoa.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/ScintillaCocoa.mm b/cocoa/ScintillaCocoa.mm
index 2abf1d3e0..76614ce3e 100644
--- a/cocoa/ScintillaCocoa.mm
+++ b/cocoa/ScintillaCocoa.mm
@@ -2221,7 +2221,7 @@ void ScintillaCocoa::SelectOnlyMainSelection()
*/
void ScintillaCocoa::ConvertSelectionVirtualSpace()
{
- FillVirtualSpace();
+ ClearBeforeTentativeStart();
}
//--------------------------------------------------------------------------------------------------