From c929f2364a8733835d3bc4f85c71960d59027c65 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 18 Oct 2005 18:56:25 +0000 Subject: [PATCH] fix breakage with rendering to Tk canvas from tcldot --- tclpkg/tcldot/tcldot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0