mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 00:20:13 +02:00
DBG: fix callstack, opens directory in editor (unix), for unknown location. Issue #20561
git-svn-id: trunk@33095 -
This commit is contained in:
parent
1858ce9d24
commit
6a504f60d8
@ -605,7 +605,7 @@ var
|
||||
AnUnitInfo: TLazProjectFile;
|
||||
begin
|
||||
Result := False;
|
||||
if Destroying then exit;
|
||||
if Destroying or (Filename = '') then exit;
|
||||
(* The below currently does not work for unsaved projects *)
|
||||
//Result := FilenameIsAbsolute(Filename);
|
||||
//if Result then exit;
|
||||
|
Loading…
Reference in New Issue
Block a user