We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde0e86 commit 6861339Copy full SHA for 6861339
software/main.pas
@@ -1696,6 +1696,8 @@ procedure TMainForm.MenuCopyToClipClick(Sender: TObject);
1696
1697
procedure TMainForm.MenuFindChipClick(Sender: TObject);
1698
begin
1699
+ ChipSearchForm.EditSearch.Text:= '';
1700
+ ChipSearchForm.ListBoxChips.Items.Clear;
1701
ChipSearchForm.Show;
1702
end;
1703
@@ -2397,6 +2399,7 @@ procedure TMainForm.ButtonReadIDClick(Sender: TObject);
2397
2399
2398
2400
2401
ChipSearchForm.ListBoxChips.Clear;
2402
2403
2404
FindChip.FindChip(XMLfile, '', IDstr);
2405
if ChipSearchForm.ListBoxChips.Items.Capacity = 0 then FindChip.FindChip(XMLfile, '', IDstr90H);
0 commit comments