symlist, redetect background tool during run-time, when refreshed manually

This commit is contained in:
Basile Burg 2016-02-06 18:23:57 +01:00
parent 71759ed746
commit 2c2909c447
1 changed files with 1 additions and 0 deletions

View File

@ -540,6 +540,7 @@ end;
procedure TCESymbolListWidget.btnRefreshClick(Sender: TObject);
begin
checkIfHasToolExe;
fActRefresh.Execute;
end;