mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:16:25 +02:00
DBG: More Snapshots,
git-svn-id: trunk@31108 -
This commit is contained in:
parent
6e46475a00
commit
7ca74f8ce1
@ -3053,7 +3053,7 @@ begin
|
||||
if (HistoryIndex >= 0) and (HistoryIndex < FHistoryList.Count) and (FHistorySelected)
|
||||
then Result := FHistoryList[HistoryIndex];
|
||||
if (SnapshotIndex >= 0) and (SnapshotIndex < FSnapshotList.Count) and (FSnapshotSelected)
|
||||
then Result := FSnapshotList[HistoryIndex];
|
||||
then Result := FSnapshotList[SnapshotIndex];
|
||||
end;
|
||||
|
||||
procedure TSnapshotManager.Clear;
|
||||
|
Loading…
Reference in New Issue
Block a user