fix, error when adding a new libman entry whose fiels are to be set by hand

This commit is contained in:
Basile Burg 2015-12-27 09:35:52 +01:00
parent e3831ac404
commit c30f6a01b3
1 changed files with 1 additions and 0 deletions

View File

@ -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;