mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-11 12:19:15 +02:00
IDE: Close progress dialog after rescanning FPC source directory. Issue #30822, patch from Balázs Székely.
git-svn-id: trunk@53265 -
This commit is contained in:
parent
84d5bd33eb
commit
149d296da7
@ -121,6 +121,7 @@ begin
|
||||
ApplyFPCSrcFiles(Directory,Files);
|
||||
// delete item in progress window
|
||||
debugln(['TFPCSrcScan.OnFilesGathered closing progress item ...']);
|
||||
ProgressItem.Window.Close;
|
||||
FreeAndNil(ProgressItem);
|
||||
Scans.Remove(Self);
|
||||
debugln(['TFPCSrcScan.OnFilesGathered END']);
|
||||
|
Loading…
Reference in New Issue
Block a user