mirror of
https://github.com/godotengine/godot.git
synced 2024-12-09 10:09:20 +08:00
Fix Multiline texts not updating correcly inside arrays
This commit is contained in:
parent
bf8322376c
commit
9c36d893e3
@ -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: {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user