Cambiata gestione lista threshold

This commit is contained in:
Annamaria Sassi
2025-12-23 14:29:43 +01:00
parent 703931868a
commit cb2fa4cf4f
11 changed files with 69 additions and 26 deletions
+1 -1
View File
@@ -744,7 +744,7 @@ namespace WebWindowComplex
/// </summary>
protected void UpdateSelParameter()
{
Frame.m_ThresholdList = ListPayload.Threshold;
Frame.m_AllThresholdList = ListPayload.Threshold;
Sash.m_HardwareCompleteList = ListPayload.Hardware;
Sash.s_FamilyHardwareList = ListPayload.FamilyHardware;
if (CurrSelection != null && CurrSelection.IsValid())