Browse Source

Command 'cutout': Don't add the scale vector to nv->v_scale.

So the new plot with its vectors copied resembles the old plot.
pre-master-46
Holger Vogt 6 years ago
parent
commit
013c74918f
  1. 1
      src/frontend/vectors.c

1
src/frontend/vectors.c

@ -1406,7 +1406,6 @@ copycut(struct dvec* v, struct dvec* newscalevec, int istart, int istop)
nv->v_plot = newscalevec->v_plot;
nv->v_next = NULL;
nv->v_link2 = NULL;
nv->v_scale = newscalevec;
return nv;
} /* end of function copycut */
Loading…
Cancel
Save