From 013c74918ff26e083aba6805d818f6ae37773c28 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Thu, 15 Oct 2020 17:44:30 +0200 Subject: [PATCH] Command 'cutout': Don't add the scale vector to nv->v_scale. So the new plot with its vectors copied resembles the old plot. --- src/frontend/vectors.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontend/vectors.c b/src/frontend/vectors.c index 18d3b2161..9acc27f13 100644 --- a/src/frontend/vectors.c +++ b/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 */