lazreport: make ControlImage a TCustomBitmap

git-svn-id: trunk@43143 -
This commit is contained in:
paul 2013-10-07 07:50:03 +00:00
parent 4f9e71f7ee
commit c7dbf60ce4

View File

@ -360,7 +360,7 @@ type
TfrNonVisualControl = class(TfrControl)
protected
ControlImage: TBitmap;
ControlImage: TCustomBitmap;
procedure PaintDesignControl; override;
public
constructor Create(AOwnerPage:TfrPage); override;