mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 04:51:03 +00:00
Issue #158 Fixed Graph dialog Repaint problem
This commit is contained in:
@@ -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<>();
|
||||
|
||||
Reference in New Issue
Block a user