mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-01 21:35:59 +02:00
lcl: fix TCanvas.Clipping for fpc < 2.3.1 (issue #0013418)
git-svn-id: trunk@20703 -
This commit is contained in:
parent
5e0c647868
commit
2bbd8ddb40
@ -1118,6 +1118,9 @@ type
|
||||
function HandleAllocated: boolean; virtual;
|
||||
function GetUpdatedHandle(ReqState: TCanvasState): HDC; virtual;
|
||||
public
|
||||
{$ifndef OverrideClipping}
|
||||
property Clipping : boolean read GetClipping write SetClipping;
|
||||
{$endif}
|
||||
property Pixels[X, Y: Integer]: TColor read GetPixel write SetPixel;
|
||||
property Handle: HDC read GetHandle write SetHandle;
|
||||
property TextStyle: TTextStyle read FTextStyle write FTextStyle;
|
||||
|
Loading…
Reference in New Issue
Block a user