diff options
-rw-r--r-- | src/gtkext/graph/cluster.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gtkext/graph/cluster.c b/src/gtkext/graph/cluster.c index 8f584b9..b19b115 100644 --- a/src/gtkext/graph/cluster.c +++ b/src/gtkext/graph/cluster.c @@ -3287,6 +3287,10 @@ GGraphCluster *bootstrap_graph_cluster(GLoadedBinary *binary, const GBlockList * g_graph_cluster_reorder_loop_blocks(result); + g_graph_cluster_dispatch_x(result); + + g_graph_cluster_sort_incoming_links(result); + /** * Placement horizontal définitif. */ @@ -3295,8 +3299,6 @@ GGraphCluster *bootstrap_graph_cluster(GLoadedBinary *binary, const GBlockList * g_graph_cluster_dispatch_x(result); - g_graph_cluster_sort_incoming_links(result); - /* Réajustement vers la droite */ g_graph_cluster_compute_needed_alloc(result, &needed); |