mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 04:21:19 +00:00
Issue #155 Remembering window size and splitbar position between runs
This commit is contained in:
@@ -45,7 +45,7 @@ public class Graph {
|
||||
}
|
||||
|
||||
public void init() {
|
||||
if(heads!=null){
|
||||
if (heads != null) {
|
||||
return;
|
||||
}
|
||||
heads = makeGraph(code, new ArrayList<GraphPart>(), alternateEntries);
|
||||
|
||||
Reference in New Issue
Block a user