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:
parent
fe22c80f59
commit
ddfc0e9dee
@ -2615,7 +2615,7 @@ end;
|
||||
procedure TRxDBGrid.CheckNewCachedSizes(var AGCache: TGridDataCache);
|
||||
begin
|
||||
if (rdgFooterRows in OptionsRx) and (FooterRowCount > 0) then
|
||||
Dec(GCache.ClientHeight, DefaultRowHeight * FooterRowCount + 2);
|
||||
Dec(AGCache.ClientHeight, DefaultRowHeight * FooterRowCount + 2);
|
||||
end;
|
||||
|
||||
procedure TRxDBGrid.ColRowMoved(IsColumn: boolean; FromIndex, ToIndex: integer);
|
||||
|
Loading…
Reference in New Issue
Block a user