From 715a474013efcbe331ec184bf295138a7194004e Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Sat, 22 Jan 2022 13:41:15 +1100 Subject: Feature [feature-requests:#1422] Minor improvements to line layout and wrapping. May avoid some small costs and be clearer. --- src/PositionCache.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/PositionCache.cxx') diff --git a/src/PositionCache.cxx b/src/PositionCache.cxx index deee4c262..4025ec651 100644 --- a/src/PositionCache.cxx +++ b/src/PositionCache.cxx @@ -661,11 +661,10 @@ void BreakFinder::Insert(Sci::Position val) { } } -BreakFinder::BreakFinder(const LineLayout *ll_, const Selection *psel, Range lineRange_, Sci::Position posLineStart_, +BreakFinder::BreakFinder(const LineLayout *ll_, const Selection *psel, Range lineRange_, Sci::Position posLineStart, XYPOSITION xStart, BreakFor breakFor, const Document *pdoc_, const SpecialRepresentations *preprs_, const ViewStyle *pvsDraw) : ll(ll_), lineRange(lineRange_), - posLineStart(posLineStart_), nextBreak(static_cast(lineRange_.start)), saeCurrentPos(0), saeNext(0), -- cgit v1.2.3