From fb2bacb5d6f6082765bf2cd07ac6cd403342266f Mon Sep 17 00:00:00 2001 From: erg Date: Tue, 23 Jun 2009 22:14:25 +0000 Subject: [PATCH] Refresh display before adding new graph --- cmd/smyrna/gvprpipe.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/smyrna/gvprpipe.c b/cmd/smyrna/gvprpipe.c index f5045f65a..a387fd97e 100644 --- a/cmd/smyrna/gvprpipe.c +++ b/cmd/smyrna/gvprpipe.c @@ -75,6 +75,7 @@ int run_gvpr (Agraph_t* srcGraph, int argc, char* argv[]) fprintf (stderr, "Error in gvpr\n"); } else if (opts.n_outgraphs) { + refreshViewport (); add_graph_to_viewport(opts.outgraphs[0]); for (i = 1; i < opts.n_outgraphs; i++) agclose (opts.outgraphs[i]); -- 2.40.0