]> granicus.if.org Git - graphviz/commitdiff
improve labels for patchwork
authornorth <devnull@localhost>
Mon, 30 Mar 2009 19:32:09 +0000 (19:32 +0000)
committernorth <devnull@localhost>
Mon, 30 Mar 2009 19:32:09 +0000 (19:32 +0000)
lib/patchwork/patchworkinit.c

index 2adfd759c3fc4d47cbb0067528a76852f1307ce1..6ebcba610a8fc3f1fcbf8508784a386f21f5e8f8 100644 (file)
@@ -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); */
 }