diff options
| author | Paulb23 | 2017-12-04 21:48:20 +0000 |
|---|---|---|
| committer | Paulb23 | 2017-12-07 19:17:43 +0000 |
| commit | 48ad133cf9e41f6f4517b7865b9f377ac524eca1 (patch) | |
| tree | 81b9e7fc7e6802fdb6d1b603c37085056febc04f /scene/gui/text_edit.h | |
| parent | 209cb3830c605edef494d45253b89bd76b3bbbc3 (diff) | |
| download | godot-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.h | 1 |
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; |
