Merge pull request #73349 from dalexeev/fix-tab-bar-redraw

Fix `TabBar` not redrawing on locale change
This commit is contained in:
Yuri Sizov 2023-02-15 18:23:25 +03:00 committed by GitHub
commit f2aae8fa5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -342,6 +342,8 @@ void TabBar::_notification(int p_what) {
_shape(i);
}
queue_redraw();
[[fallthrough]];
}
case NOTIFICATION_RESIZED: {