You've already forked lazarus-ccr
RxFPC:fix compile rxdbverticalgrid on lazarus < 1.9 - id0032500
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6067 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -351,8 +351,11 @@ type
|
||||
end;
|
||||
|
||||
implementation
|
||||
uses LCLType, Math, Forms, rxdconst, rxlclutils, StdCtrls, Themes, LazUTF8;
|
||||
uses LCLType, Math, Forms, rxdconst, rxlclutils, StdCtrls, Themes, LazUTF8, LCLVersion;
|
||||
|
||||
{$IFDEF lcl_version<'1.9.0.0'}
|
||||
varCellPadding = 2;
|
||||
{$ENDIF}
|
||||
{ TRxDBVerticalGridDefValues }
|
||||
|
||||
procedure TRxDBVerticalGridDefValues.AssignTo(Dest: TPersistent);
|
||||
|
Reference in New Issue
Block a user