mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 06:17:14 +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;
|
||||
end;
|
||||
|
||||
if TheOwner=Self then begin
|
||||
if TheOwner=LazarusIDE then begin
|
||||
// search in base IDE
|
||||
Result:=FindInBaseIDE;
|
||||
if Result<>'' then exit;
|
||||
|
Loading…
Reference in New Issue
Block a user