mirror of https://gitlab.com/basile.b/dexed.git
goto def broken due to test in split view
This commit is contained in:
parent
2af68ab9d4
commit
8a9f7de283
|
@ -365,7 +365,8 @@ begin
|
||||||
fDoc := TCESynMemo(page.Controls[0]);
|
fDoc := TCESynMemo(page.Controls[0]);
|
||||||
if fDoc.fileName <> fname then
|
if fDoc.fileName <> fname then
|
||||||
openDocument(fname);
|
openDocument(fname);
|
||||||
end;
|
end
|
||||||
|
else openDocument(fname);
|
||||||
end;
|
end;
|
||||||
if srcpos <> -1 then
|
if srcpos <> -1 then
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in New Issue