1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

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

View File

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