You've already forked godot
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:
@@ -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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user