1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-18 14:21:41 +00:00

Merge pull request #56935 from V-Sekai/window_theme_changed_signal

This commit is contained in:
Rémi Verschelde
2022-01-19 13:31:56 +01:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -1579,6 +1579,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);