Add missing 'theme_changed' signal to Window class
This commit is contained in:
parent
4979d9fc7b
commit
2db30ef223
@ -368,6 +368,10 @@
|
||||
<description>
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="theme_changed">
|
||||
<description>
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="visibility_changed">
|
||||
<description>
|
||||
</description>
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user