Closedown

This commit is contained in:
X11MA
2016-12-22 17:15:42 +01:00
parent 831100e472
commit 8cb20629e0
4 changed files with 4 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ public class DelayScan extends Panel {
}
Path getConfigFile() {
return Paths.get(getController().getSetup().getConfigPath(), "energy_scan.properties");
return Paths.get(getContext().getSetup().getConfigPath(), "energy_scan.properties");
}
LinePlotBase scanPlot;