Fix caret last fit when moving to line end

This commit is contained in:
kit 2024-04-09 14:06:57 -04:00
parent a7b860250f
commit a1bde1b9db

View File

@ -2582,8 +2582,6 @@ void TextEdit::_move_caret_to_line_end(bool p_select) {
set_caret_column(row_end_col, i == 0, i);
}
carets.write[i].last_fit_x = INT_MAX;
if (p_select) {
_post_shift_selection(i);
}