diff options
| author | Chaosus | 2018-01-31 18:05:28 +0300 |
|---|---|---|
| committer | Chaosus | 2018-01-31 18:18:21 +0300 |
| commit | 1ca122c771e1dceb9452c768948ffbf378892406 (patch) | |
| tree | 00910be16dc5740c2b7a5f2d096bc3c5ebe314d5 /editor/code_editor.h | |
| parent | 20a52aa39db9a6e35738ee486848bd3dd28510cb (diff) | |
| download | godot-1ca122c771e1dceb9452c768948ffbf378892406.tar.gz godot-1ca122c771e1dceb9452c768948ffbf378892406.tar.zst godot-1ca122c771e1dceb9452c768948ffbf378892406.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 db2e25b92..5ae0fe34d 100644 --- a/editor/code_editor.h +++ b/editor/code_editor.h @@ -144,6 +144,7 @@ class CodeTextEditor : public VBoxContainer { Label *line_nb; Label *col_nb; + Label *zoom_nb; Label *info; Timer *idle; Timer *code_complete_timer; |
