diff options
| author | Rémi Verschelde | 2018-02-19 21:35:11 +0100 |
|---|---|---|
| committer | GitHub | 2018-02-19 21:35:11 +0100 |
| commit | f163b0e4b4da163de121503ca93aad212f053be4 (patch) | |
| tree | b0cb95a6fa85211bb744c57de56de8e902c66738 /editor/code_editor.h | |
| parent | 3564895b63c50c2c903750df63b6f39bf0c35d37 (diff) | |
| parent | 1ca122c771e1dceb9452c768948ffbf378892406 (diff) | |
| download | godot-f163b0e4b4da163de121503ca93aad212f053be4.tar.gz godot-f163b0e4b4da163de121503ca93aad212f053be4.tar.zst godot-f163b0e4b4da163de121503ca93aad212f053be4.zip | |
Diffstat (limited to 'editor/code_editor.h')
| -rw-r--r-- | editor/code_editor.h | 1 |
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; |
