Fix quotation in string

fix for #16404

(cherry picked from commit f38e819fc1)
This commit is contained in:
Rado'sPC\aRaGaR 2018-02-12 23:01:36 +02:00 committed by Hein-Pieter van Braam
parent 3e8c214a19
commit 3d804778fd
1 changed files with 0 additions and 1 deletions

View File

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