Explorar o código

Fix quotation in string

fix for #16404
Rado'sPC\aRaGaR %!s(int64=7) %!d(string=hai) anos
pai
achega
f38e819fc1
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      scene/gui/text_edit.cpp

+ 0 - 1
scene/gui/text_edit.cpp

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