mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Fix TabBar
not redrawing on locale change
This commit is contained in:
parent
1f6a5426e2
commit
1cdf3398a0
@ -342,6 +342,8 @@ void TabBar::_notification(int p_what) {
|
||||
_shape(i);
|
||||
}
|
||||
|
||||
queue_redraw();
|
||||
|
||||
[[fallthrough]];
|
||||
}
|
||||
case NOTIFICATION_RESIZED: {
|
||||
|
Loading…
Reference in New Issue
Block a user