mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 20:39:14 +02:00
lazreport: make ControlImage a TCustomBitmap
git-svn-id: trunk@43143 -
This commit is contained in:
parent
4f9e71f7ee
commit
c7dbf60ce4
@ -360,7 +360,7 @@ type
|
|||||||
|
|
||||||
TfrNonVisualControl = class(TfrControl)
|
TfrNonVisualControl = class(TfrControl)
|
||||||
protected
|
protected
|
||||||
ControlImage: TBitmap;
|
ControlImage: TCustomBitmap;
|
||||||
procedure PaintDesignControl; override;
|
procedure PaintDesignControl; override;
|
||||||
public
|
public
|
||||||
constructor Create(AOwnerPage:TfrPage); override;
|
constructor Create(AOwnerPage:TfrPage); override;
|
||||||
|
Loading…
Reference in New Issue
Block a user