mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 16:00:30 +02:00
LCL: grids: MaxTopLeft may not be smaller than the Fixed area. Issue #31475
git-svn-id: trunk@54378 -
This commit is contained in:
parent
1e29783c40
commit
685ada05b3
@ -7633,6 +7633,8 @@ begin
|
|||||||
Break;
|
Break;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
FGCache.MaxTopLeft.x:=Max(FGCache.MaxTopLeft.x, FixedCols);
|
||||||
|
FGCache.MaxTopLeft.y:=Max(FGCache.MaxTopLeft.y, FixedRows);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCustomGrid.CellClick(const aCol, aRow: Integer; const Button:TMouseButton);
|
procedure TCustomGrid.CellClick(const aCol, aRow: Integer; const Button:TMouseButton);
|
||||||
|
Loading…
Reference in New Issue
Block a user