Explorar o código

Fix incorrect coloring of in-editor documentation when theme changed

Yuri Roubinsky %!s(int64=5) %!d(string=hai) anos
pai
achega
c1bd94c2a4
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      editor/editor_help.cpp

+ 4 - 0
editor/editor_help.cpp

@@ -1467,6 +1467,10 @@ void EditorHelp::_notification(int p_what) {
 
 			_update_doc();
 		} break;
+		case NOTIFICATION_THEME_CHANGED: {
+
+			_class_desc_resized();
+		} break;
 		default: break;
 	}
 }