Make sure Tabs reflect theme changes
This commit is contained in:
parent
58ee66c52f
commit
f7da0698d0
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue