summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2019-08-26 13:47:33 -0300
committerMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2019-08-26 13:47:33 -0300
commit9c36d893e330635a9aa287bf0c08e1a439831269 (patch)
tree5c11072cbd836ae0f353d0bc67cc67caa2c841d1 /scene/gui/text_edit.cpp
parentbf8322376c97eee0f2ce25737c959bc33b945e60 (diff)
Fix Multiline texts not updating correcly inside arrays
Diffstat (limited to 'scene/gui/text_edit.cpp')
-rw-r--r--scene/gui/text_edit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/text_edit.cpp b/scene/gui/text_edit.cpp
index 7d1895a67a..1d434e5a2a 100644
--- a/scene/gui/text_edit.cpp
+++ b/scene/gui/text_edit.cpp
@@ -616,7 +616,7 @@ void TextEdit::_notification(int p_what) {
case NOTIFICATION_RESIZED: {
_update_scrollbars();
- call_deferred("_update_wrap_at");
+ _update_wrap_at();
} break;
case NOTIFICATION_THEME_CHANGED: {