You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Fixed selected text turning black, issue 5199
This commit is contained in:
@@ -4541,6 +4541,7 @@ TextEdit::TextEdit() {
|
||||
scroll_past_end_of_file_enabled=false;
|
||||
auto_brace_completion_enabled=false;
|
||||
brace_matching_enabled=false;
|
||||
highlight_all_occurrences=false;
|
||||
auto_indent=false;
|
||||
insert_mode = false;
|
||||
window_has_focus=true;
|
||||
|
||||
Reference in New Issue
Block a user