Merge pull request #90455 from kitbdev/te-fix-caret-line-end

Fix caret last fit when moving to line end
This commit is contained in:
Rémi Verschelde 2024-04-10 17:49:53 +02:00
commit 42e8f42d87
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 0 additions and 2 deletions

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);
}