summaryrefslogtreecommitdiff
path: root/src/graph/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/layout.c')
-rw-r--r--src/graph/layout.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graph/layout.c b/src/graph/layout.c
index 93d6b28..725d76c 100644
--- a/src/graph/layout.c
+++ b/src/graph/layout.c
@@ -97,6 +97,8 @@ bool build_graph_view(GtkGraphView *view, GtkBinView **views, size_t count)
links = create_links_from_graph_layout(layout, &links_count);
gtk_graph_view_attach_links(view, links, links_count);
+ gtk_widget_queue_draw(GTK_WIDGET(view));
+
delete_graph_layout(layout);
/* TODO : free nodes */