Merge pull request #16652 from aragar/FixQuotationInString

Fix quotation in string
This commit is contained in:
Rémi Verschelde 2018-02-19 22:12:53 +01:00 committed by GitHub
commit 6ee4298ee3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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