From: erg Date: Thu, 30 Jun 2005 21:03:54 +0000 (+0000) Subject: Fix bug 731 X-Git-Tag: LAST_LIBGRAPH~32^2~7479 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=464504955854f1938bb6ca19bc72b8b274afa29a;p=graphviz Fix bug 731 --- diff --git a/lib/dotgen/class2.c b/lib/dotgen/class2.c index 0e192caf3..356f64d4b 100644 --- a/lib/dotgen/class2.c +++ b/lib/dotgen/class2.c @@ -28,7 +28,7 @@ label_vnode(graph_t * g, edge_t * orig) dimen = ED_label(orig)->dimen; v = virtual_node(g); ND_label(v) = ED_label(orig); - ND_lw_i(v) = GD_nodesep(v->graph); + ND_lw_i(v) = GD_nodesep(v->graph->root); if (!ED_label_ontop(orig)) { if (GD_flip(g)) { ND_ht_i(v) = dimen.x;