Issue #158 Fixed Graph dialog Repaint problem

This commit is contained in:
Jindra Pet��k
2013-06-29 20:25:44 +02:00
parent c5048c8b2f
commit 9dbb7a8548
3 changed files with 20 additions and 8 deletions
@@ -45,6 +45,9 @@ public class Graph {
}
public void init() {
if(heads!=null){
return;
}
heads = makeGraph(code, new ArrayList<GraphPart>(), alternateEntries);
int time = 1;
List<GraphPart> ordered = new ArrayList<>();