mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 12:10:31 +02:00
IDE: fixed load project could loop forever
git-svn-id: trunk@24333 -
This commit is contained in:
parent
297282634f
commit
8f3f383091
@ -2897,8 +2897,8 @@ var
|
||||
while j >= 0 do begin
|
||||
if (EditorInfo[j].PageIndex = i) then
|
||||
EditorInfo[j].IsVisibleTab := True;
|
||||
dec(j);
|
||||
end;
|
||||
dec(j);
|
||||
end;
|
||||
|
||||
ActiveWindowIndexAtStart := xmlconfig.GetValue(
|
||||
|
Loading…
Reference in New Issue
Block a user