Index: obj_pstk_proto.c =================================================================== --- obj_pstk_proto.c (revision 31010) +++ obj_pstk_proto.c (revision 31011) @@ -1350,7 +1350,7 @@ proto->tr.array[n].shape[d].layer_mask = mask; proto->tr.array[n].shape[d].comb = comb; if (bloat != 0) - pcb_pstk_shape_grow(proto, n, d, pcb_false, bloat, undoable); + pcb_pstk_shape_grow(proto, n, d, rnd_false, bloat, undoable); } pcb_pstk_proto_update(proto); }