(1) Compound WM results are displayed correctly, ver. 2.26.1510
This commit is contained in:
parent
114e628305
commit
610387e071
@ -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")]
|
||||
|
||||
@ -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))
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user