mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-22 22:02:45 +02:00
IDE: project inspector: fixed opening files, bug #19543
git-svn-id: trunk@31181 -
This commit is contained in:
parent
bce929a582
commit
c8562d58ed
@ -926,7 +926,7 @@ begin
|
||||
Result:=nil;
|
||||
if LazProject=nil then exit;
|
||||
CurNode:=ItemsTreeView.Selected;
|
||||
if (CurNode=nil) or (CurNode.Parent<>FFilesNode) then exit;
|
||||
if (CurNode=nil) then exit;
|
||||
//debugln(['TProjectInspectorForm.GetCurrentFile ',DbgSName(TObject(CurNode.Data)),' ',CurNode.Text]);
|
||||
if TObject(CurNode.Data) is TProjInspFileItem then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user