mirror of https://github.com/godotengine/godot
Fix caret last fit when moving to line end
This commit is contained in:
parent
a7b860250f
commit
a1bde1b9db
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue