From a566dacc6139ffc3992a6147ea1f9421894bcabc Mon Sep 17 00:00:00 2001 From: Emden Gansner Date: Fri, 6 Jan 2012 14:06:54 -0500 Subject: [PATCH] Fix xdot output to handle xlabels --- plugin/core/gvrender_core_dot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/core/gvrender_core_dot.c b/plugin/core/gvrender_core_dot.c index d6b69e4a0..69a668649 100644 --- a/plugin/core/gvrender_core_dot.c +++ b/plugin/core/gvrender_core_dot.c @@ -373,7 +373,7 @@ xdot_begin_graph (graph_t *g, int s_arrows, int e_arrows) #endif else xd->t_draw = NULL; - if (GD_has_labels(g) & EDGE_LABEL) + if (GD_has_labels(g) & (EDGE_LABEL|EDGE_XLABEL)) #ifndef WITH_CGRAPH xd->e_l_draw = safe_dcl(g, g->proto->e, "_ldraw_", "", agedgeattr); #else -- 2.40.0