Fix TabBar
not redrawing on locale change
This commit is contained in:
parent
1f6a5426e2
commit
1cdf3398a0
1 changed files with 2 additions and 0 deletions
|
@ -342,6 +342,8 @@ void TabBar::_notification(int p_what) {
|
|||
_shape(i);
|
||||
}
|
||||
|
||||
queue_redraw();
|
||||
|
||||
[[fallthrough]];
|
||||
}
|
||||
case NOTIFICATION_RESIZED: {
|
||||
|
|
Loading…
Add table
Reference in a new issue