Explorar o código

Make sure Tabs reflect theme changes

Yuri Sizov %!s(int64=4) %!d(string=hai) anos
pai
achega
f7da0698d0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      scene/gui/tabs.cpp

+ 1 - 0
scene/gui/tabs.cpp

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