mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 19:27:45 +02:00
* Fix from Wagner Landgraf to fix missing data events
This commit is contained in:
parent
4d3eef11e8
commit
69f85aaa96
@ -807,6 +807,10 @@ begin
|
||||
else
|
||||
R:=FEditRow;
|
||||
FFieldMapper.SetJSONDataForField(Field,R,AValue);
|
||||
|
||||
if not(State in [dsCalcFields, dsInternalCalc, dsFilter, dsNewValue]) then
|
||||
DataEvent(deFieldChange, Field);
|
||||
|
||||
SetModified(True);
|
||||
// FFieldMapper.SetJSONDataForField(Field,Buffer.Data,AValue);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user