You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
-begun implementing drag & drop editor wide
-filesystem dock dnd support -property list dnd support -scene tree dnd support
This commit is contained in:
@@ -572,6 +572,8 @@ bool CanvasItemEditor::_select(CanvasItem *item, Point2 p_click_pos, bool p_appe
|
||||
_append_canvas_item(item);
|
||||
viewport->update();
|
||||
|
||||
return true;
|
||||
|
||||
} else {
|
||||
//regular selection
|
||||
|
||||
|
||||
Reference in New Issue
Block a user