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
+2
View File
@@ -342,6 +342,8 @@ void TabBar::_notification(int p_what) {
_shape(i);
}
queue_redraw();
[[fallthrough]];
}
case NOTIFICATION_RESIZED: {