]> granicus.if.org Git - graphviz/commitdiff
Fix bug 796; allow style=rounded for clusters
authorellson <devnull@localhost>
Tue, 18 Oct 2005 21:09:49 +0000 (21:09 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 21:09:49 +0000 (21:09 +0000)
lib/dotgen/class2.c

index 356f64d4b3307341b9a8e52ef8376c752f4a58c8..5dbd5e2187143b6b36d1b6e73749e15e3a5bf00f 100644 (file)
@@ -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 {