Sfoglia il codice sorgente

Fixed selected text turning black, issue 5199

Paulb23 9 anni fa
parent
commit
7f98f37f13
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      scene/gui/text_edit.cpp

+ 1 - 0
scene/gui/text_edit.cpp

@@ -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;