mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-09 21:09:29 +02:00
* Patch from Luiz Américo
- deDataFieldChange is now called when data is changed, fixing a issue with LCL.TDBGrid git-svn-id: trunk@1602 -
This commit is contained in:
parent
2198a6a44a
commit
ec13803b5c
@ -837,6 +837,8 @@ begin
|
||||
end//if
|
||||
else
|
||||
ActiveItem^.Row[Pred(Field.FieldNo)]:=nil;
|
||||
if not (State in [dsCalcFields, dsFilter, dsNewValue]) then
|
||||
DataEvent(deFieldChange, Ptrint(Field));
|
||||
end;
|
||||
|
||||
procedure TCustomSqliteDataset.SetRecNo(Value: Integer);
|
||||
|
Loading…
Reference in New Issue
Block a user