Fixed selected text turning black, issue 5199

(cherry picked from commit 7f98f37f13)
This commit is contained in:
Paulb23 2016-06-26 16:38:16 +01:00 committed by Rémi Verschelde
parent 5083e18b89
commit 9d85bfa00a
1 changed files with 1 additions and 0 deletions

View File

@ -4389,6 +4389,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;
}