Quellcode durchsuchen

Fix quotation in string

fix for #16404
Rado'sPC\aRaGaR vor 7 Jahren
Ursprung
Commit
f38e819fc1
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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;
 											}