From df972c30230df273e98c2b05dc82d4772ce99a25 Mon Sep 17 00:00:00 2001 From: north Date: Mon, 30 Mar 2009 19:32:09 +0000 Subject: [PATCH] improve labels for patchwork --- lib/patchwork/patchworkinit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/patchwork/patchworkinit.c b/lib/patchwork/patchworkinit.c index 2adfd759c..6ebcba610 100644 --- a/lib/patchwork/patchworkinit.c +++ b/lib/patchwork/patchworkinit.c @@ -111,7 +111,7 @@ mkClusters (graph_t * g, clist_t* pclist, graph_t* parent) static void patchwork_init_node(node_t * n) { agset(n,"shape","box"); - /* common_init_node(n); */ + common_init_node_opt(n,FALSE); /* gv_nodesize(n, GD_flip(agraphof(n))); */ /* ND_pos(n) = ALLOC(GD_ndim(agraphof(n)), 0, double); */ } -- 2.40.0