From: north Date: Mon, 30 Mar 2009 19:32:09 +0000 (+0000) Subject: improve labels for patchwork X-Git-Tag: LAST_LIBGRAPH~32^2~2217 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df972c30230df273e98c2b05dc82d4772ce99a25;p=graphviz improve labels for patchwork --- 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); */ }