mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
missing changes
This commit is contained in:
parent
edf1f27118
commit
8228fea02f
11 changed files with 45 additions and 12 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue