Make sure Tabs reflect theme changes

This commit is contained in:
Yuri Sizov 2021-06-04 16:21:52 +03:00
parent 58ee66c52f
commit f7da0698d0

View file

@ -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);