From 71e9068c28efb037478f6819415308377e3c1943 Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Fri, 13 Sep 2024 15:38:17 -0500 Subject: [PATCH] Refine the search highlighting again --- Zavala/Editor/Row/EditorRowSearchLayoutFragment.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zavala/Editor/Row/EditorRowSearchLayoutFragment.swift b/Zavala/Editor/Row/EditorRowSearchLayoutFragment.swift index 89802a8a..131002be 100644 --- a/Zavala/Editor/Row/EditorRowSearchLayoutFragment.swift +++ b/Zavala/Editor/Row/EditorRowSearchLayoutFragment.swift @@ -40,7 +40,7 @@ private extension EditorRowSearchLayoutFragment { lineFragmentBounds.origin.x = lowerBound lineFragmentBounds.size.width = upperBound - lowerBound - let drawingPath = lineFragmentBounds.insetBy(dx: -2, dy: -1) + let drawingPath = lineFragmentBounds.insetBy(dx: -1, dy: 0) ctx.saveGState()