lcl: cleanup

git-svn-id: trunk@26742 -
This commit is contained in:
paul 2010-07-20 02:53:04 +00:00
parent 76c3f47f1e
commit 3175fb3b4a

View File

@ -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;