diff options
| author | Ibrahn Sahir | 2018-05-19 19:31:18 +0100 |
|---|---|---|
| committer | Ibrahn Sahir | 2018-05-19 19:38:13 +0100 |
| commit | 2abec59db96496611bb16dd1300d9b7d3def9780 (patch) | |
| tree | d72ad167ebb128c6d7200efdb63755b4e999aead /scene/gui/line_edit.cpp | |
| parent | 228b09bafbad467389dd851699df1a327fbdea21 (diff) | |
| download | godot-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.cpp | 1 |
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() { |
