mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 11:39:19 +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)
|
||||
protected
|
||||
ControlImage: TBitmap;
|
||||
ControlImage: TCustomBitmap;
|
||||
procedure PaintDesignControl; override;
|
||||
public
|
||||
constructor Create(AOwnerPage:TfrPage); override;
|
||||
|
Loading…
Reference in New Issue
Block a user