Closedown
This commit is contained in:
@@ -205,7 +205,7 @@ public class XPSSpectrum extends Panel {
|
||||
RangeSelection[] r = rangeSelectionPanel.getRanges();
|
||||
if ((buttonDetailedScan.isEnabled()) && (r.length>0)){
|
||||
for (int i=0;i<r.length;i++){
|
||||
int iterations = (Integer)scanRanges[i].getVars()[2];
|
||||
int iterations = (Integer)r[i].getVars()[2];
|
||||
steps += iterations;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user