* Did not reset FCurrentItem in GetRecord when called with gmPrior. Fixes calling Resync with rmExact

git-svn-id: trunk@30771 -
This commit is contained in:
blikblum 2015-05-03 01:37:34 +00:00
parent bbcc66ad15
commit 9e0b281bf1

View File

@ -757,10 +757,7 @@ begin
case GetMode of
gmPrior:
if (FCurrentItem^.Previous = FBeginItem) or (FCurrentItem = FBeginItem) then
begin
Result := grBOF;
FCurrentItem := FBeginItem;
end
Result := grBOF
else
FCurrentItem:=FCurrentItem^.Previous;
gmCurrent: