From a86521d0bdedc988d7c5a2892dc4d5cf7f01c793 Mon Sep 17 00:00:00 2001 From: Stijn Hinlopen Date: Wed, 17 Jun 2020 00:53:23 +0200 Subject: Search result highlights follow font size --- editor/find_in_files.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'editor/find_in_files.h') diff --git a/editor/find_in_files.h b/editor/find_in_files.h index 41adb156b6..9815296be8 100644 --- a/editor/find_in_files.h +++ b/editor/find_in_files.h @@ -191,8 +191,7 @@ private: int line_number; int begin; int end; - float draw_begin; - float draw_width; + int begin_trimmed; }; void apply_replaces_in_file(String fpath, const Vector &locations, String new_text); -- cgit v1.2.3