]> granicus.if.org Git - graphviz/commitdiff
need setup_pagination in two places
authorellson <devnull@localhost>
Tue, 25 Jan 2005 16:07:07 +0000 (16:07 +0000)
committerellson <devnull@localhost>
Tue, 25 Jan 2005 16:07:07 +0000 (16:07 +0000)
lib/common/emit.c

index 2974c0c415d07140f397a8df430dfba91aae90a7..32766f48edb4666ac62e1bb0aeb43caaec709cca 100644 (file)
@@ -749,6 +749,9 @@ void emit_graph(GVC_t * gvc, graph_t * g, int flags)
     char *str, *colors;
     char *s, *url = NULL, *tooltip = NULL, *target = NULL;
 
+/* FIXME - shouldn't need this again */
+    setup_pagination(gvc, g);
+
 #if 0
 /* FIXME - apparently zoom is not set yet */
     gvc->clip.UR.x = ROUND(gvc->focus.x + (gvc->width+1) / (gvc->zoom * 2.));