You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
missing changes
This commit is contained in:
@@ -41,6 +41,11 @@ void ReparentDialog::_notification(int p_what) {
|
||||
connect("confirmed", this,"_reparent");
|
||||
}
|
||||
|
||||
if (p_what==NOTIFICATION_EXIT_TREE) {
|
||||
|
||||
disconnect("confirmed", this,"_reparent");
|
||||
}
|
||||
|
||||
if (p_what==NOTIFICATION_DRAW) {
|
||||
|
||||
//RID ci = get_canvas_item();
|
||||
|
||||
Reference in New Issue
Block a user