You've already forked lazarus-ccr
RxDBGrid - fix AV on lazarus with FPC 2.6.2
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2900 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -217,10 +217,13 @@ function PaintComboEdit(Editor: TCustomMaskEdit; const AText: string;
|
||||
function EditorTextMargins(Editor: TCustomMaskEdit): TPoint;
|
||||
|
||||
implementation
|
||||
uses lclintf, LCLStrConsts, rxconst, rxstrutils, LResources, Forms, LCLProc,
|
||||
uses lclintf, LCLStrConsts, rxconst, rxstrutils, LResources,
|
||||
Forms, LCLProc,
|
||||
variants;
|
||||
|
||||
{$IFNDEF RX_USE_LAZARUS_RESOURCE}
|
||||
{$R tooledit.res}
|
||||
{$ENDIF}
|
||||
|
||||
type
|
||||
TPopupCalendarAccess = class(TPopupCalendar)
|
||||
@@ -909,9 +912,10 @@ begin
|
||||
SetDate(DateValue);
|
||||
end;
|
||||
|
||||
(*
|
||||
{$IFDEF RX_USE_LAZARUS_RESOURCE}
|
||||
initialization
|
||||
{$I tooledit.lrs}
|
||||
*)
|
||||
{$ENDIF}
|
||||
|
||||
end.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user