mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 06:29:37 +01:00
* SetRecNo must call DoAfterScroll. Fix for issue #39429
This commit is contained in:
parent
1023a6ff6b
commit
d4034afda7
@ -1089,6 +1089,7 @@ begin
|
||||
begin
|
||||
FCurrRecNo:=Value-1;
|
||||
Resync([]);
|
||||
DoAfterScroll;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user