Fix TabBar not redrawing on locale change

This commit is contained in:
Danil Alexeev 2023-02-15 14:12:56 +03:00
parent 1f6a5426e2
commit 1cdf3398a0
No known key found for this signature in database
GPG Key ID: 124453E157DA8DC7

View File

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