IDE: Stop searching in the searchfrm when the IDE is closed. By n7800.

This commit is contained in:
Juha 2024-04-30 11:06:11 +03:00
parent 13dfc96b54
commit c3886cc814

View File

@ -894,7 +894,7 @@ begin
end;
// Check abort
if Progress.Abort then
if Application.Terminated or Progress.Abort then
begin
FileIterator.Stop;
FResultsList.Insert(0, FAbortString);