1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

missing changes

This commit is contained in:
Juan Linietsky
2015-06-14 02:13:47 -03:00
parent edf1f27118
commit 8228fea02f
11 changed files with 45 additions and 12 deletions

View File

@@ -230,6 +230,11 @@ void CreateDialog::_notification(int p_what) {
connect("confirmed",this,"_confirmed");
_update_search();
}
if (p_what==NOTIFICATION_EXIT_TREE) {
disconnect("confirmed",this,"_confirmed");
}
if (p_what==NOTIFICATION_VISIBILITY_CHANGED) {