(1) Compound WM results are displayed correctly, ver. 2.26.1510

This commit is contained in:
Milan Hanajik 2020-08-05 10:20:01 +02:00
parent 114e628305
commit 610387e071
2 changed files with 4 additions and 2 deletions

View File

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.26.1509.0")]
[assembly: AssemblyFileVersion("2.26.1509.0")]
[assembly: AssemblyVersion("2.26.1510.0")]
[assembly: AssemblyFileVersion("2.26.1510.0")]

View File

@ -119,6 +119,8 @@ namespace TBF.UI.ResultsMI
void OnProcedureSelected(object sender, ProcedureSelectedEventArgs args)
{
BatchResults batchResults = TBF.BenchControl.Sequences.ProcessData.BatchRslts;
metersKind = batchResults.Batch.Compound ? MetersKind.Combined : (batchResults.Batch.HeatMeter ? MetersKind.HeatMeter : MetersKind.Single);
UpdateItems(GetRsltItems(metersKind));
if ((batchResults != null) && (Program.LocalSettings != null))
{