mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 18:08:35 +02:00
IDE, main: add comment
git-svn-id: trunk@33438 -
This commit is contained in:
parent
eca7c0b024
commit
ad54b6620d
@ -10093,6 +10093,7 @@ var
|
||||
Access: TEditorOptionsEditAccessOrderEntry;
|
||||
begin
|
||||
Result := nil;
|
||||
// Check for already open Editor. If there is none, then it must be opened in DoOpenEditorFile
|
||||
if AnUnitInfo.OpenEditorInfoCount = 0 then exit;
|
||||
for i := 0 to EditorOpts.MultiWinEditAccessOrder.Count - 1 do begin
|
||||
Access := EditorOpts.MultiWinEditAccessOrder[i];
|
||||
|
Loading…
Reference in New Issue
Block a user