From: ellson Date: Tue, 18 Oct 2005 21:09:49 +0000 (+0000) Subject: Fix bug 796; allow style=rounded for clusters X-Git-Tag: LAST_LIBGRAPH~32^2~7082 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=edbfa439e2e41e423ed76948cd65c4cbbe7918aa;p=graphviz Fix bug 796; allow style=rounded for clusters --- diff --git a/lib/dotgen/class2.c b/lib/dotgen/class2.c index 356f64d4b..5dbd5e218 100644 --- a/lib/dotgen/class2.c +++ b/lib/dotgen/class2.c @@ -30,7 +30,7 @@ label_vnode(graph_t * g, edge_t * orig) ND_label(v) = ED_label(orig); ND_lw_i(v) = GD_nodesep(v->graph->root); if (!ED_label_ontop(orig)) { - if (GD_flip(g)) { + if (GD_flip(g->root)) { ND_ht_i(v) = dimen.x; ND_rw_i(v) = dimen.y; } else {