mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-23 17:46:05 +02:00
IDE: Stop searching in the searchfrm when the IDE is closed. By n7800.
This commit is contained in:
parent
13dfc96b54
commit
c3886cc814
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user