From 2c2909c447765bacc3df5a1e34bf9db780d84d30 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Sat, 6 Feb 2016 18:23:57 +0100 Subject: [PATCH] symlist, redetect background tool during run-time, when refreshed manually --- src/ce_symlist.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ce_symlist.pas b/src/ce_symlist.pas index 8630bf9f..7bb5d452 100644 --- a/src/ce_symlist.pas +++ b/src/ce_symlist.pas @@ -540,6 +540,7 @@ end; procedure TCESymbolListWidget.btnRefreshClick(Sender: TObject); begin + checkIfHasToolExe; fActRefresh.Execute; end;