fix for TextEdit::set_text firing signals it shouldn't.
Removing some _changed signals in set_ functions.
Includes revert of commit 384625aa31
This commit is contained in:
@ -1005,7 +1005,6 @@ void LineEdit::set_text(String p_text) {
|
||||
update();
|
||||
cursor_pos = 0;
|
||||
window_pos = 0;
|
||||
_text_changed();
|
||||
}
|
||||
|
||||
void LineEdit::clear() {
|
||||
|
||||
Reference in New Issue
Block a user