diff options
author | Stijn Hinlopen <f.a.hinlopen@gmail.com> | 2020-06-17 00:53:23 +0200 |
---|---|---|
committer | Stijn Hinlopen <f.a.hinlopen@gmail.com> | 2020-06-17 00:53:23 +0200 |
commit | a86521d0bdedc988d7c5a2892dc4d5cf7f01c793 (patch) | |
tree | 99dceda1ec311535aa12d72ca0f624fc27bffe45 /editor/find_in_files.h | |
parent | 02f7908d460bea7d580fe7526949be7f294e6783 (diff) | |
download | redot-engine-a86521d0bdedc988d7c5a2892dc4d5cf7f01c793.tar.gz |
Search result highlights follow font size
Diffstat (limited to 'editor/find_in_files.h')
-rw-r--r-- | editor/find_in_files.h | 3 |
1 files changed, 1 insertions, 2 deletions
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<Result> &locations, String new_text); |