From 9306014bf287a3f746477c9b15ab2269cce1c438 Mon Sep 17 00:00:00 2001 From: erg Date: Tue, 1 Feb 2011 23:16:04 +0000 Subject: [PATCH] Always recompute the graph's bounding box in neato -n --- lib/neatogen/neatoinit.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/neatogen/neatoinit.c b/lib/neatogen/neatoinit.c index 894a0a1a1..a04f98338 100644 --- a/lib/neatogen/neatoinit.c +++ b/lib/neatogen/neatoinit.c @@ -715,10 +715,12 @@ int init_nop(Agraph_t * g, int adjust) */ } +#if 0 /* If g does not have a good "bb" attribute or we adjusted the nodes, * compute it. */ if (!chkBB(g, G_bb) || didAdjust) +#endif compute_bb(g); /* Adjust bounding box for any background */ -- 2.40.0