1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

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