aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/code_editor.h
diff options
context:
space:
mode:
authorJuan Linietsky2014-04-05 12:39:30 -0300
committerJuan Linietsky2014-04-05 12:39:30 -0300
commit9f33134c93ecbadda70e8eefc50563e29b2eb7f2 (patch)
tree299ded94fe74a61bf8094935d0f3283f6f30e435 /tools/editor/code_editor.h
parent35b84d2c85fd152bee05d7d5a05e20a5f602a285 (diff)
downloadgodot-9f33134c93ecbadda70e8eefc50563e29b2eb7f2.tar.gz
godot-9f33134c93ecbadda70e8eefc50563e29b2eb7f2.tar.zst
godot-9f33134c93ecbadda70e8eefc50563e29b2eb7f2.zip
Diffstat (limited to 'tools/editor/code_editor.h')
-rw-r--r--tools/editor/code_editor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/editor/code_editor.h b/tools/editor/code_editor.h
index fc8285d16..5a588d2cc 100644
--- a/tools/editor/code_editor.h
+++ b/tools/editor/code_editor.h
@@ -131,7 +131,9 @@ class CodeTextEditor : public Control {
Label *error;
- void _complete_request(const String& p_request,int p_line);
+ void _update_font();
+
+ void _complete_request(const String& p_request,int p_line);
protected:
void set_error(const String& p_error);