You've already forked lazarus-ccr
RxFPC:fix AV on edit data in RxDBGrid
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5934 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -5214,6 +5214,7 @@ var
|
|||||||
j, L, R: integer;
|
j, L, R: integer;
|
||||||
S: string;
|
S: string;
|
||||||
begin
|
begin
|
||||||
|
C:=nil;
|
||||||
if (rdgColSpanning in OptionsRx) then
|
if (rdgColSpanning in OptionsRx) then
|
||||||
if IsMerged(aCol, L, R, C) then
|
if IsMerged(aCol, L, R, C) then
|
||||||
aCol:=L;
|
aCol:=L;
|
||||||
|
Reference in New Issue
Block a user