mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
missing changes
This commit is contained in:
@@ -39,6 +39,9 @@ void GroupsEditor::_notification(int p_what) {
|
||||
if (p_what==NOTIFICATION_ENTER_TREE) {
|
||||
connect("confirmed", this,"_close");
|
||||
}
|
||||
if (p_what==NOTIFICATION_EXIT_TREE) {
|
||||
disconnect("confirmed", this,"_close");
|
||||
}
|
||||
}
|
||||
|
||||
void GroupsEditor::_close() {
|
||||
|
||||
Reference in New Issue
Block a user