From: ellson Date: Tue, 18 Oct 2005 18:56:25 +0000 (+0000) Subject: fix breakage with rendering to Tk canvas from tcldot X-Git-Tag: LAST_LIBGRAPH~32^2~7199 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c929f2364a8733835d3bc4f85c71960d59027c65;p=graphviz fix breakage with rendering to Tk canvas from tcldot --- diff --git a/tclpkg/tcldot/tcldot.c b/tclpkg/tcldot/tcldot.c index f274f2788..2b71492a0 100644 --- a/tclpkg/tcldot/tcldot.c +++ b/tclpkg/tcldot/tcldot.c @@ -1094,7 +1094,7 @@ static int graphcmd(ClientData clientData, Tcl_Interp * interp, tcldot_layout (gvc, g, (argc > 3) ? argv[3] : (char *) NULL); /* render graph TK canvas commands */ - gvLayoutJobs(gvc, g); + gvRenderJobs(gvc, g); gvrender_delete_jobs(gvc); return TCL_OK;