mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 05:20:31 +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;
|
||||
end;
|
||||
end;
|
||||
FGCache.MaxTopLeft.x:=Max(FGCache.MaxTopLeft.x, FixedCols);
|
||||
FGCache.MaxTopLeft.y:=Max(FGCache.MaxTopLeft.y, FixedRows);
|
||||
end;
|
||||
|
||||
procedure TCustomGrid.CellClick(const aCol, aRow: Integer; const Button:TMouseButton);
|
||||
|
Loading…
Reference in New Issue
Block a user