Skip to content

Commit 3261f96

Browse files
bugFix: periodDuration showed periodSequence value
1 parent 368414f commit 3261f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/uk.ac.stfc.isis.ibex.ui.dae/src/uk/ac/stfc/isis/ibex/ui/dae/runinformation/RunInformationPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ private void bind(RunInformationViewModel viewModel) {
533533
bindLabel(periodGoodFrames, viewModel.periodGoodFrames);
534534
bindLabel(periodRawFrames, viewModel.periodRawFrames);
535535
bindLabel(periodSequence, viewModel.periodSequence);
536-
bindLabel(periodDuration, viewModel.periodSequence);
536+
bindLabel(periodDuration, viewModel.periodDuration);
537537
bindLabel(monitorSpectrum, viewModel.monitorSpectrum);
538538
bindLabel(monitorCounts, viewModel.monitorCounts);
539539
bindLabel(npRatio, viewModel.npRatio);

0 commit comments

Comments
 (0)