Index: trunk/src_plugins/act_draw/act_pstk_proto.c =================================================================== --- trunk/src_plugins/act_draw/act_pstk_proto.c (revision 32538) +++ trunk/src_plugins/act_draw/act_pstk_proto.c (revision 32539) @@ -199,6 +199,8 @@ pcb_pstk_shape_copy(&proto->tr.array[n].shape[dst_idx], &proto->tr.array[n].shape[src_idx]); proto->tr.array[n].shape[dst_idx].layer_mask = dlyt; proto->tr.array[n].shape[dst_idx].comb = dlyc; + if (proto->tr.array[n].smirror) + pcb_pstk_shape_smirror(&proto->tr.array[n].shape[dst_idx]); } pcb_pstk_proto_update(proto); RND_ACT_IRES(0);