You've already forked lazarus-ccr
jvcllaz: Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7901 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1230,8 +1230,8 @@ var
|
||||
OldHeight, OldWidth: Integer;
|
||||
OffsetX, OffsetY: Integer;
|
||||
NumControlsPerLine: Integer;
|
||||
ControlRects: array of TControlRect;
|
||||
LineOffsets: array of Integer;
|
||||
ControlRects: array of TControlRect = nil;
|
||||
LineOffsets: array of Integer = nil;
|
||||
LineCount, Len: Integer;
|
||||
ArrS: TJvArrangeSettings;
|
||||
ControlSize: TSize;
|
||||
|
Reference in New Issue
Block a user