diff options
| author | Chaosus | 2018-02-08 15:04:39 +0300 |
|---|---|---|
| committer | Chaosus | 2018-02-14 18:17:59 +0300 |
| commit | 42fccfb0a520447ea19bdea89a01a5279c7987e4 (patch) | |
| tree | cc96b6ec604668913586d8818b85881b503532d2 /editor/code_editor.h | |
| parent | cbdd410a6f476503ee4bc27ac2f475a73960236d (diff) | |
| download | godot-42fccfb0a520447ea19bdea89a01a5279c7987e4.tar.gz godot-42fccfb0a520447ea19bdea89a01a5279c7987e4.tar.zst godot-42fccfb0a520447ea19bdea89a01a5279c7987e4.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..ca1ac78f2 100644 --- a/editor/code_editor.h +++ b/editor/code_editor.h @@ -141,6 +141,7 @@ class CodeTextEditor : public VBoxContainer { TextEdit *text_editor; FindReplaceBar *find_replace_bar; + HBoxContainer *status_bar; Label *line_nb; Label *col_nb; |
