Merge pull request #49307 from pycbouh/tabs-update-on-theme-changes
Make sure `Tabs` reflect theme changes
This commit is contained in:
commit
3041becc64
@ -256,6 +256,7 @@ void Tabs::_notification(int p_what) {
|
||||
_update_cache();
|
||||
update();
|
||||
} break;
|
||||
case NOTIFICATION_THEME_CHANGED:
|
||||
case NOTIFICATION_TRANSLATION_CHANGED: {
|
||||
for (int i = 0; i < tabs.size(); ++i) {
|
||||
_shape(i);
|
||||
|
Loading…
Reference in New Issue
Block a user