DBG: More Snapshots,

git-svn-id: trunk@31108 -
This commit is contained in:
martin 2011-06-05 22:38:52 +00:00
parent 6e46475a00
commit 7ca74f8ce1

View File

@ -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;