-oops, duplicated text issue fix..
This commit is contained in:
parent
1e52e0352f
commit
70752f3e4b
@ -2586,6 +2586,7 @@ Control::CursorShape TextEdit::get_cursor_shape(const Point2& p_pos) const {
|
||||
void TextEdit::set_text(String p_text){
|
||||
|
||||
setting_text=true;
|
||||
clear();
|
||||
_insert_text_at_cursor(p_text);
|
||||
clear_undo_history();
|
||||
cursor.column=0;
|
||||
|
Loading…
Reference in New Issue
Block a user