aboutsummaryrefslogtreecommitdiff
path: root/scene/gui/line_edit.cpp
diff options
context:
space:
mode:
authorIbrahn Sahir2018-05-19 19:31:18 +0100
committerIbrahn Sahir2018-05-19 19:38:13 +0100
commit2abec59db96496611bb16dd1300d9b7d3def9780 (patch)
treed72ad167ebb128c6d7200efdb63755b4e999aead /scene/gui/line_edit.cpp
parent228b09bafbad467389dd851699df1a327fbdea21 (diff)
downloadgodot-2abec59db96496611bb16dd1300d9b7d3def9780.tar.gz
godot-2abec59db96496611bb16dd1300d9b7d3def9780.tar.zst
godot-2abec59db96496611bb16dd1300d9b7d3def9780.zip
Diffstat (limited to 'scene/gui/line_edit.cpp')
-rw-r--r--scene/gui/line_edit.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/gui/line_edit.cpp b/scene/gui/line_edit.cpp
index e57af0a4c..2b644e7f9 100644
--- a/scene/gui/line_edit.cpp
+++ b/scene/gui/line_edit.cpp
@@ -1005,7 +1005,6 @@ void LineEdit::set_text(String p_text) {
update();
cursor_pos = 0;
window_pos = 0;
- _text_changed();
}
void LineEdit::clear() {