Issue #155 Remembering window size and splitbar position between runs

This commit is contained in:
Jindra Pet��k
2013-06-29 21:28:20 +02:00
parent 8bb44eb150
commit ff1635bb87
6 changed files with 86 additions and 30 deletions
@@ -45,7 +45,7 @@ public class Graph {
}
public void init() {
if(heads!=null){
if (heads != null) {
return;
}
heads = makeGraph(code, new ArrayList<GraphPart>(), alternateEntries);