Skip to content

Commit

Permalink
Refine the search highlighting again
Browse files Browse the repository at this point in the history
  • Loading branch information
vincode-io committed Sep 13, 2024
1 parent 2a1c9f4 commit 71e9068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zavala/Editor/Row/EditorRowSearchLayoutFragment.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 71e9068

Please sign in to comment.