summaryrefslogtreecommitdiffstats
path: root/editor/find_in_files.h
diff options
context:
space:
mode:
authorStijn Hinlopen <f.a.hinlopen@gmail.com>2020-06-17 00:53:23 +0200
committerStijn Hinlopen <f.a.hinlopen@gmail.com>2020-06-17 00:53:23 +0200
commita86521d0bdedc988d7c5a2892dc4d5cf7f01c793 (patch)
tree99dceda1ec311535aa12d72ca0f624fc27bffe45 /editor/find_in_files.h
parent02f7908d460bea7d580fe7526949be7f294e6783 (diff)
downloadredot-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.h3
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);