You've already forked lazarus-ccr
fix compile error
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2077 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -2615,7 +2615,7 @@ end;
|
|||||||
procedure TRxDBGrid.CheckNewCachedSizes(var AGCache: TGridDataCache);
|
procedure TRxDBGrid.CheckNewCachedSizes(var AGCache: TGridDataCache);
|
||||||
begin
|
begin
|
||||||
if (rdgFooterRows in OptionsRx) and (FooterRowCount > 0) then
|
if (rdgFooterRows in OptionsRx) and (FooterRowCount > 0) then
|
||||||
Dec(GCache.ClientHeight, DefaultRowHeight * FooterRowCount + 2);
|
Dec(AGCache.ClientHeight, DefaultRowHeight * FooterRowCount + 2);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TRxDBGrid.ColRowMoved(IsColumn: boolean; FromIndex, ToIndex: integer);
|
procedure TRxDBGrid.ColRowMoved(IsColumn: boolean; FromIndex, ToIndex: integer);
|
||||||
|
Reference in New Issue
Block a user