This commit is contained in:
x03daop
2016-07-28 14:36:05 +02:00
parent e8b918258a
commit bd9f45edb5

View File

@@ -209,7 +209,7 @@ public class XPSSpectrum extends Panel {
args.put("ENDSCAN", checkEndScan.isSelected());
currentScanIndex = -1;
runAsync("XPSSpectrum", args);
startTimer(500);
startTimer(500,100);
running = true;
}