mirror of
https://github.com/godotengine/godot.git
synced 2025-01-24 11:32:51 -05:00
Merge pull request #23964 from allkhor/text_edit_clear_selection
TextEdit: remove selection when clear happens.
This commit is contained in:
commit
73551a1edc
1 changed files with 1 additions and 0 deletions
|
@ -4264,6 +4264,7 @@ void TextEdit::_clear() {
|
|||
cursor.line_ofs = 0;
|
||||
cursor.wrap_ofs = 0;
|
||||
cursor.last_fit_x = 0;
|
||||
selection.active = false;
|
||||
}
|
||||
|
||||
void TextEdit::clear() {
|
||||
|
|
Loading…
Add table
Reference in a new issue