1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Connect CodeHighlighter with TextEdit without friend-access

This commit is contained in:
Yuri Sizov
2023-09-19 14:36:38 +02:00
parent 571cd0eb79
commit fee1fb8290
3 changed files with 7 additions and 3 deletions

View File

@@ -6018,6 +6018,10 @@ bool TextEdit::is_drawing_spaces() const {
return draw_spaces;
}
Color TextEdit::get_font_color() const {
return theme_cache.font_color;
}
void TextEdit::_bind_methods() {
/* Internal. */