mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 06:19:32 +02:00
LCL: clean up
git-svn-id: trunk@28338 -
This commit is contained in:
parent
91890786fe
commit
38fb9f15de
@ -2657,7 +2657,7 @@ end;
|
|||||||
|
|
||||||
procedure TCustomGrid.SetRowCount(AValue: Integer);
|
procedure TCustomGrid.SetRowCount(AValue: Integer);
|
||||||
var
|
var
|
||||||
OldR, OldC, NewColCount: Integer;
|
OldR, NewColCount: Integer;
|
||||||
begin
|
begin
|
||||||
OldR := FRows.Count;
|
OldR := FRows.Count;
|
||||||
if AValue<>OldR then begin
|
if AValue<>OldR then begin
|
||||||
|
Loading…
Reference in New Issue
Block a user