mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Always show caret when moving in LineEdit
This commit is contained in:
parent
8612c12be6
commit
a54cb5b07b
@ -84,6 +84,7 @@ void LineEdit::_move_caret_left(bool p_select, bool p_move_by_word) {
|
||||
}
|
||||
|
||||
shift_selection_check_post(p_select);
|
||||
_reset_caret_blink_timer();
|
||||
}
|
||||
|
||||
void LineEdit::_move_caret_right(bool p_select, bool p_move_by_word) {
|
||||
@ -116,6 +117,7 @@ void LineEdit::_move_caret_right(bool p_select, bool p_move_by_word) {
|
||||
}
|
||||
|
||||
shift_selection_check_post(p_select);
|
||||
_reset_caret_blink_timer();
|
||||
}
|
||||
|
||||
void LineEdit::_move_caret_start(bool p_select) {
|
||||
|
Loading…
Reference in New Issue
Block a user