You've already forked lazarus-ccr
SpkToolbar: Less hints and warnings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8055 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -632,7 +632,7 @@ type
|
||||
TLayoutColumn = array of TLayoutRow;
|
||||
TLayout = array of TLayoutColumn;
|
||||
var
|
||||
Layout: TLayout;
|
||||
Layout: TLayout = nil;
|
||||
CurrentColumn: integer;
|
||||
CurrentRow: integer;
|
||||
CurrentItem: integer;
|
||||
@ -648,6 +648,8 @@ var
|
||||
ItemWidth: Integer;
|
||||
tmpRect: T2DIntRect;
|
||||
begin
|
||||
Result.Rects := Default(T2DIntRectArray);
|
||||
|
||||
SetLength(Result.Rects, FItems.count);
|
||||
Result.Width := 0;
|
||||
|
||||
|
Reference in New Issue
Block a user