mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 16:16:23 +02:00
IDE: fixed TLazSourceFileManager.FindUnitFile for IDE units
git-svn-id: trunk@47278 -
This commit is contained in:
parent
f5a8bb050e
commit
e899e3e4df
@ -2411,7 +2411,7 @@ begin
|
|||||||
if Result<>'' then exit;
|
if Result<>'' then exit;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
if TheOwner=Self then begin
|
if TheOwner=LazarusIDE then begin
|
||||||
// search in base IDE
|
// search in base IDE
|
||||||
Result:=FindInBaseIDE;
|
Result:=FindInBaseIDE;
|
||||||
if Result<>'' then exit;
|
if Result<>'' then exit;
|
||||||
|
Loading…
Reference in New Issue
Block a user