This commit is contained in:
f1iwq2
2021-06-27 10:21:53 +02:00
parent 985f7c10ae
commit 79fac9f9d8
6 changed files with 8 additions and 6 deletions

View File

@@ -2009,6 +2009,7 @@ procedure TFormConfig.ComboBoxDecChange(Sender: TObject);
var s: string;
begin
// Affiche(IntToStr(ComboBoxDec.ItemIndex),clyellow);
if NbreFeux<lignecliquee+1 then exit;
feux[lignecliquee+1].decodeur:= ComboBoxDec.ItemIndex;
s:=encode_sig(lignecliquee+1);
formconfig.RichSig.Lines[lignecliquee]:=s;
@@ -2504,6 +2505,7 @@ begin
else asp:=i+6;
end;
index:=lignecliquee+1; // index du feu
if NbreFeux<index then exit;
feux[index].aspect:=asp;
s:=encode_sig(index);