From: ellson Date: Tue, 18 Oct 2005 18:25:49 +0000 (+0000) Subject: 'get node tooltips from the right place X-Git-Tag: LAST_LIBGRAPH~32^2~7327 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fe5af6afdc9ba7c0c10e294ed718b95ad537c07;p=graphviz 'get node tooltips from the right place ' --- diff --git a/lib/gvc/gvevent.c b/lib/gvc/gvevent.c index 638e99d70..21525a832 100644 --- a/lib/gvc/gvevent.c +++ b/lib/gvc/gvevent.c @@ -263,7 +263,7 @@ static void gvevent_enter_obj(GVJ_t * job) ND_active(n) = TRUE; a = agfindattr(n->graph->proto->n, s_tooltip); if (a) - job->active_tooltip = strdup_and_subst_node(agxget(e, a->index), n); + job->active_tooltip = strdup_and_subst_node(agxget(n, a->index), n); break; case AGEDGE: e = (edge_t*)obj;