This commit is contained in:
Dmitry Koteroff 2017-12-11 02:43:27 +03:00
parent 523237943c
commit cd43188734
1 changed files with 1 additions and 0 deletions

View File

@ -4730,6 +4730,7 @@ void CanvasItemEditorViewport::drop_data(const Point2 &p_point, const Variant &p
list.push_back(root_node);
} else {
drop_pos = p_point;
target_node = NULL;
_show_resource_type_selector();
return;
}