You've already forked godot
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:
@@ -342,6 +342,8 @@ void TabBar::_notification(int p_what) {
|
||||
_shape(i);
|
||||
}
|
||||
|
||||
queue_redraw();
|
||||
|
||||
[[fallthrough]];
|
||||
}
|
||||
case NOTIFICATION_RESIZED: {
|
||||
|
||||
Reference in New Issue
Block a user