IDE: fixed TLazSourceFileManager.FindUnitFile for IDE units

git-svn-id: trunk@47278 -
This commit is contained in:
mattias 2015-01-01 23:48:51 +00:00
parent f5a8bb050e
commit e899e3e4df

View File

@ -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;