diff options
| author | Ibrahn Sahir <ibrahn.sahir@gmail.com> | 2018-05-19 19:31:18 +0100 |
|---|---|---|
| committer | Ibrahn Sahir <ibrahn.sahir@gmail.com> | 2018-05-19 19:38:13 +0100 |
| commit | 2abec59db96496611bb16dd1300d9b7d3def9780 (patch) | |
| tree | d72ad167ebb128c6d7200efdb63755b4e999aead /scene/gui/line_edit.cpp | |
| parent | 228b09bafbad467389dd851699df1a327fbdea21 (diff) | |
| download | redot-engine-2abec59db96496611bb16dd1300d9b7d3def9780.tar.gz | |
fix for TextEdit::set_text firing signals it shouldn't.
Removing some _changed signals in set_ functions.
Includes revert of commit 384625aa31a3627c25246e06c1fbc3019866765c
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 e57af0a4c0..2b644e7f96 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() { |
