-sistemata variabile combobox variant

This commit is contained in:
Demetrio Cassarino
2025-01-23 10:28:40 +01:00
parent 6c580fecdb
commit 5febbf0805
+1 -2
View File
@@ -400,8 +400,7 @@ Public Class BTLFeatureM
ParamIndex += 1
End While
If TempList.Count <= 0 Then
nSelVARIANT = 0
While BTLIniFile.GetBeamPrivateProfileParam(m_nSelGRP, m_nPRC, nSelVARIANT, True, ParamIndex, Me, NewBTLParam)
While BTLIniFile.GetBeamPrivateProfileParam(m_nSelGRP, m_nPRC, 0, True, ParamIndex, Me, NewBTLParam)
TempList.Add(NewBTLParam)
ParamIndex += 1
End While