* SetRecNo must call DoAfterScroll. Fix for issue #39429

This commit is contained in:
Michaël Van Canneyt 2021-11-05 11:11:10 +01:00
parent 1023a6ff6b
commit d4034afda7

View File

@ -1089,6 +1089,7 @@ begin
begin
FCurrRecNo:=Value-1;
Resync([]);
DoAfterScroll;
end;
end;