mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-11 18:08:35 +02:00
IDE: view_unit dialog: do not check virtual directory via DirectoryCachePool
git-svn-id: branches/fixes_1_8@56747 -
This commit is contained in:
parent
96790ea6f2
commit
46a9915fad
@ -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