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.SubItems.Add(notav);
|
||||
itm.SubItems.Add(notav);
|
||||
itm.SubItems.Add(notav);
|
||||
SetFocus;
|
||||
itm.Selected := True;
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue