aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.h
diff options
context:
space:
mode:
authorPaulb232017-12-04 21:48:20 +0000
committerPaulb232017-12-07 19:17:43 +0000
commit48ad133cf9e41f6f4517b7865b9f377ac524eca1 (patch)
tree81b9e7fc7e6802fdb6d1b603c37085056febc04f /scene/gui/text_edit.h
parent209cb3830c605edef494d45253b89bd76b3bbbc3 (diff)
downloadgodot-48ad133cf9e41f6f4517b7865b9f377ac524eca1.tar.gz
godot-48ad133cf9e41f6f4517b7865b9f377ac524eca1.tar.zst
godot-48ad133cf9e41f6f4517b7865b9f377ac524eca1.zip
Diffstat (limited to 'scene/gui/text_edit.h')
-rw-r--r--scene/gui/text_edit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/text_edit.h b/scene/gui/text_edit.h
index c715634c8..e5dc2da7c 100644
--- a/scene/gui/text_edit.h
+++ b/scene/gui/text_edit.h
@@ -96,6 +96,7 @@ class TextEdit : public Control {
Color selection_color;
Color mark_color;
Color breakpoint_color;
+ Color code_folding_color;
Color current_line_color;
Color line_length_guideline_color;
Color brace_mismatch_color;