1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Emit "*_changed" signal in set_*

This commit is contained in:
volzhs
2016-11-14 04:21:29 +09:00
parent c93c2a6be8
commit 384625aa31
3 changed files with 3 additions and 1 deletions

View File

@@ -3327,7 +3327,7 @@ void TextEdit::set_text(String p_text){
cursor_set_column(0);
update();
setting_text=false;
_text_changed_emit();
//get_range()->set(0);
};