You've already forked lazarus-ccr
Misc packages: Adjust to changes in Laz/main (deprecated OffsetRect), less hints and warnings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8838 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -389,7 +389,6 @@ type
|
||||
property ButtonCount: Integer read GetButtonCount;
|
||||
property Buttons[AIndex: Integer]: TRadioButtonEx read GetButtons;
|
||||
property ItemEnabled;
|
||||
published
|
||||
constructor Create(AOwner: TComponent); override;
|
||||
destructor Destroy; override;
|
||||
end;
|
||||
|
@ -5,7 +5,7 @@ unit ExShape;
|
||||
interface
|
||||
|
||||
uses
|
||||
LCLVersion, Types, Graphics, Classes, SysUtils, ExtCtrls;
|
||||
LCLIntf, LCLType, LCLVersion, Types, Graphics, Classes, SysUtils, ExtCtrls;
|
||||
|
||||
type
|
||||
{$IF LCL_FullVersion < 2020000}
|
||||
@ -73,9 +73,6 @@ type
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
LCLIntf, LCLType;
|
||||
|
||||
{ TShapeText }
|
||||
|
||||
constructor TShapeText.Create(AShape: TShape);
|
||||
|
Reference in New Issue
Block a user