diff --git a/source/blender/editors/object/object_edit.c b/source/blender/editors/object/object_edit.c index e60ddb98329..485440bec5b 100644 --- a/source/blender/editors/object/object_edit.c +++ b/source/blender/editors/object/object_edit.c @@ -2252,7 +2252,7 @@ static int move_to_collection_invoke(bContext *C, wmOperator *op, const wmEvent layout = UI_popup_menu_layout(pup); uiLayoutSetOperatorContext(layout, WM_OP_EXEC_DEFAULT); - move_to_collection_menus_items(layout, master_collection_menu); + move_to_collection_menu_create(C, layout, master_collection_menu); UI_popup_menu_end(C, pup);