Fix Multiline texts not updating correcly inside arrays

This commit is contained in:
Michael Alexsander Silva Dias 2019-08-26 13:47:33 -03:00
parent bf8322376c
commit 9c36d893e3

View file

@ -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: {