You've already forked lazarus-ccr
fix compile with latest lazarus
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@985 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -6,7 +6,7 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LCLType, LCLIntf, Buttons, Controls, ExtCtrls, ActnList,
|
||||
PropertyStorage, Menus, Forms, types, Graphics;
|
||||
PropertyStorage, Menus, Forms, types, Graphics, ImgList;
|
||||
|
||||
const
|
||||
DefButtonWidth = 24;
|
||||
@ -30,7 +30,7 @@ type
|
||||
|
||||
TToolbarButtonActionLink = class(TSpeedButtonActionLink)
|
||||
protected
|
||||
procedure SetImageIndex(Value: Integer); override;
|
||||
procedure SetImageIndex(Value: TImageIndex); override;
|
||||
function IsImageIndexLinked: Boolean; override;
|
||||
procedure SetEnabled(Value: Boolean); override;
|
||||
procedure SetCaption(const Value: string); override;
|
||||
@ -1350,7 +1350,7 @@ end;
|
||||
|
||||
{ TToolbarButtonActionLink }
|
||||
|
||||
procedure TToolbarButtonActionLink.SetImageIndex(Value: Integer);
|
||||
procedure TToolbarButtonActionLink.SetImageIndex(Value: TImageIndex);
|
||||
begin
|
||||
FClient.Invalidate;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user