mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 01:20:17 +02:00
IDE: view_unit dialog: do not check virtual directory via DirectoryCachePool
git-svn-id: trunk@56746 -
This commit is contained in:
parent
fbb5359a95
commit
2172ebbe9f
@ -418,6 +418,7 @@ procedure TViewUnitDialog.OnIdle(Sender: TObject; var Done: Boolean);
|
||||
i: Integer;
|
||||
aFilename: String;
|
||||
begin
|
||||
if not FilenameIsAbsolute(aDirectory) then exit;
|
||||
aDirectory:=AppendPathDelim(aDirectory);
|
||||
//DebugLn(['CheckDirectory ',aDirectory]);
|
||||
Files:=nil;
|
||||
|
Loading…
Reference in New Issue
Block a user