Skip to content

Commit 36cf7bd

Browse files
Merge pull request #697 from ISISComputingGroup/Ticket3132_dae_incorrect_binding_on_dae_run_information_tab
Ticket3132: Fixed bug: periodDuration showed periodSequence value
2 parents 368414f + 3261f96 commit 36cf7bd

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)