Browse Source

* Fix cancel

michael 7 năm trước cách đây
mục cha
commit
14e0b3dff7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/fcl-db/jsondataset.pas

+ 1 - 1
packages/fcl-db/jsondataset.pas

@@ -448,7 +448,7 @@ end;
 
 procedure TBaseJSONDataSet.InternalCancel;
 begin
-
+  FEditRow:=Nil;
 end;
 
 procedure TBaseJSONDataSet.InternalLast;