From f8884c2adbb81bb91b3ac0d4bcaa8b9c62069f14 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 9 Mar 2018 21:05:33 +1100 Subject: Backport: Use Position/Line/int more accurately in preparation for large documents. Backport of changeset 6480:f2650eaa75e6. --- src/AutoComplete.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/AutoComplete.cxx') diff --git a/src/AutoComplete.cxx b/src/AutoComplete.cxx index a5aa50afe..966df7d47 100644 --- a/src/AutoComplete.cxx +++ b/src/AutoComplete.cxx @@ -54,7 +54,7 @@ bool AutoComplete::Active() const { } void AutoComplete::Start(Window &parent, int ctrlID, - Sci::Position position, Point location, int startLen_, + Sci::Position position, Point location, Sci::Position startLen_, int lineHeight, bool unicodeMode, int technology) { if (active) { Cancel(); -- cgit v1.2.3