Fixed inserting text at caret not updating scrollbar size
This commit is contained in:
parent
667e464e64
commit
e5b18cea63
1 changed files with 1 additions and 0 deletions
|
@ -4071,6 +4071,7 @@ void TextEdit::_insert_text_at_cursor(const String &p_text) {
|
|||
|
||||
int new_column, new_line;
|
||||
_insert_text(cursor.line, cursor.column, p_text, &new_line, &new_column);
|
||||
_update_scrollbars();
|
||||
cursor_set_line(new_line);
|
||||
cursor_set_column(new_column);
|
||||
|
||||
|
|
Loading…
Reference in a new issue