From 3d804778fdc39775a74ab6d3edde09a81a3c6d78 Mon Sep 17 00:00:00 2001 From: "Rado'sPC\\aRaGaR" Date: Mon, 12 Feb 2018 23:01:36 +0200 Subject: [PATCH] Fix quotation in string fix for #16404 (cherry picked from commit f38e819fc1114858c2b5f46b435d2d4c99c7852f) --- scene/gui/text_edit.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/scene/gui/text_edit.cpp b/scene/gui/text_edit.cpp index 2aafe5e415a..95d9173d399 100644 --- a/scene/gui/text_edit.cpp +++ b/scene/gui/text_edit.cpp @@ -776,7 +776,6 @@ void TextEdit::_notification(int p_what) { j--; } if (escaped) { - j--; cc = '\\'; continue; }