Skip to content

Commit c34b431

Browse files
Merge remote-tracking branch 'origin/dynamic2-merge-subgraph' into dynamic2-merge-subgraph
2 parents eee2293 + d4ba3d0 commit c34b431

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/programminglife/gui/controller/GuiController.java

+1
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ public void setGraph(GenomeGraph graph) {
245245
miniMap.setHeight(50.d);
246246
Console.println("[%s] Graph was set to %s.", Thread.currentThread().getName(), graph.getID());
247247
Console.println("[%s] The graph has %d nodes", Thread.currentThread().getName(), graph.size());
248+
this.draw();
248249
}
249250
}
250251

0 commit comments

Comments
 (0)