Index: hid_cam.c =================================================================== --- hid_cam.c (revision 19426) +++ hid_cam.c (revision 19427) @@ -439,11 +439,17 @@ if (!cam->grp_vis[group]) return 1; + + if (cam->xform[group] != NULL) + *xform = cam->xform[group]; } else { int vid = vl->new_id - PCB_LYT_VIRTUAL - 1; if (!cam->vgrp_vis[vid]) return 1; + + if (cam->vxform[vid] != NULL) + *xform = cam->xform[vid]; } cam->exported_grps++;