2
0
Fork 0

Merge pull request #16652 from aragar/FixQuotationInString

Fix quotation in string
3.1
Rémi Verschelde 2018-02-19 22:12:53 +07:00 committed by GitHub
commit 6ee4298ee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

@ -776,7 +776,6 @@ void TextEdit::_notification(int p_what) {
j--;
}
if (escaped) {
j--;
cc = '\\';
continue;
}