Merge pull request #73349 from dalexeev/fix-tab-bar-redraw
Fix `TabBar` not redrawing on locale change
This commit is contained in:
commit
f2aae8fa5c
1 changed files with 2 additions and 0 deletions
|
@ -342,6 +342,8 @@ void TabBar::_notification(int p_what) {
|
||||||
_shape(i);
|
_shape(i);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
queue_redraw();
|
||||||
|
|
||||||
[[fallthrough]];
|
[[fallthrough]];
|
||||||
}
|
}
|
||||||
case NOTIFICATION_RESIZED: {
|
case NOTIFICATION_RESIZED: {
|
||||||
|
|
Loading…
Reference in a new issue