force confIndex setter to update after conf deletion

This commit is contained in:
Basile Burg 2014-11-01 16:55:32 +01:00
parent 3d02a0b4c4
commit dfdb19e16a
1 changed files with 0 additions and 1 deletions

View File

@ -187,7 +187,6 @@ end;
procedure TCEProject.setConfIx(aValue: Integer);
begin
if fConfIx = aValue then exit;
beforeChanged;
if aValue < 0 then aValue := 0;
if aValue > fOptsColl.Count-1 then aValue := fOptsColl.Count-1;