We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 368414f + 3261f96 commit 36cf7bdCopy full SHA for 36cf7bd
base/uk.ac.stfc.isis.ibex.ui.dae/src/uk/ac/stfc/isis/ibex/ui/dae/runinformation/RunInformationPanel.java
@@ -533,7 +533,7 @@ private void bind(RunInformationViewModel viewModel) {
533
bindLabel(periodGoodFrames, viewModel.periodGoodFrames);
534
bindLabel(periodRawFrames, viewModel.periodRawFrames);
535
bindLabel(periodSequence, viewModel.periodSequence);
536
- bindLabel(periodDuration, viewModel.periodSequence);
+ bindLabel(periodDuration, viewModel.periodDuration);
537
bindLabel(monitorSpectrum, viewModel.monitorSpectrum);
538
bindLabel(monitorCounts, viewModel.monitorCounts);
539
bindLabel(npRatio, viewModel.npRatio);
0 commit comments