mirror of https://gitlab.com/basile.b/dexed.git
fix, error when adding a new libman entry whose fiels are to be set by hand
This commit is contained in:
parent
e3831ac404
commit
c30f6a01b3
|
@ -147,6 +147,7 @@ begin
|
||||||
itm.Caption := notav;
|
itm.Caption := notav;
|
||||||
itm.SubItems.Add(notav);
|
itm.SubItems.Add(notav);
|
||||||
itm.SubItems.Add(notav);
|
itm.SubItems.Add(notav);
|
||||||
|
itm.SubItems.Add(notav);
|
||||||
SetFocus;
|
SetFocus;
|
||||||
itm.Selected := True;
|
itm.Selected := True;
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue