aboutsummaryrefslogtreecommitdiff
path: root/editor/code_editor.h
diff options
context:
space:
mode:
authorRémi Verschelde2018-02-19 21:35:11 +0100
committerGitHub2018-02-19 21:35:11 +0100
commitf163b0e4b4da163de121503ca93aad212f053be4 (patch)
treeb0cb95a6fa85211bb744c57de56de8e902c66738 /editor/code_editor.h
parent3564895b63c50c2c903750df63b6f39bf0c35d37 (diff)
parent1ca122c771e1dceb9452c768948ffbf378892406 (diff)
downloadgodot-f163b0e4b4da163de121503ca93aad212f053be4.tar.gz
godot-f163b0e4b4da163de121503ca93aad212f053be4.tar.zst
godot-f163b0e4b4da163de121503ca93aad212f053be4.zip
Diffstat (limited to 'editor/code_editor.h')
-rw-r--r--editor/code_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/code_editor.h b/editor/code_editor.h
index ca1ac78f2..a860ad24e 100644
--- a/editor/code_editor.h
+++ b/editor/code_editor.h
@@ -145,6 +145,7 @@ class CodeTextEditor : public VBoxContainer {
Label *line_nb;
Label *col_nb;
+ Label *zoom_nb;
Label *info;
Timer *idle;
Timer *code_complete_timer;