aboutsummaryrefslogtreecommitdiff
path: root/editor/code_editor.h
diff options
context:
space:
mode:
authorChaosus2018-02-08 15:04:39 +0300
committerChaosus2018-02-14 18:17:59 +0300
commit42fccfb0a520447ea19bdea89a01a5279c7987e4 (patch)
treecc96b6ec604668913586d8818b85881b503532d2 /editor/code_editor.h
parentcbdd410a6f476503ee4bc27ac2f475a73960236d (diff)
downloadgodot-42fccfb0a520447ea19bdea89a01a5279c7987e4.tar.gz
godot-42fccfb0a520447ea19bdea89a01a5279c7987e4.tar.zst
godot-42fccfb0a520447ea19bdea89a01a5279c7987e4.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 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;