mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 02:39:15 +02:00
lcl: cleanup
git-svn-id: trunk@26742 -
This commit is contained in:
parent
76c3f47f1e
commit
3175fb3b4a
@ -3973,7 +3973,7 @@ end;
|
|||||||
|
|
||||||
procedure TCustomGrid.WMVScroll(var message: TLMVScroll);
|
procedure TCustomGrid.WMVScroll(var message: TLMVScroll);
|
||||||
var
|
var
|
||||||
C, TL, CTL, MaxPos: Integer;
|
C, TL, CTL: Integer;
|
||||||
R: TRect;
|
R: TRect;
|
||||||
|
|
||||||
function NextRowHeight(aRow: Integer; Delta: Integer): integer;
|
function NextRowHeight(aRow: Integer; Delta: Integer): integer;
|
||||||
|
Loading…
Reference in New Issue
Block a user