diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml
index 75161d3c5b..0e4e3a65f8 100644
--- a/doc/classes/Window.xml
+++ b/doc/classes/Window.xml
@@ -368,6 +368,10 @@
+
+
+
+
diff --git a/scene/main/window.cpp b/scene/main/window.cpp
index 43de4187d4..b584e328f4 100644
--- a/scene/main/window.cpp
+++ b/scene/main/window.cpp
@@ -1574,6 +1574,7 @@ void Window::_bind_methods() {
ADD_SIGNAL(MethodInfo("go_back_requested"));
ADD_SIGNAL(MethodInfo("visibility_changed"));
ADD_SIGNAL(MethodInfo("about_to_popup"));
+ ADD_SIGNAL(MethodInfo("theme_changed"));
BIND_CONSTANT(NOTIFICATION_VISIBILITY_CHANGED);