LCL: fixed compilation with -dVerboseScrollingWinControl

git-svn-id: trunk@50990 -
This commit is contained in:
zeljko 2015-12-22 11:58:33 +00:00
parent cddb1489ea
commit e3eba1d2f2

View File

@ -197,7 +197,7 @@ begin
ClientW:=VertScrollBar.ClientSizeWithoutBar;
ClientH:=HorzScrollBar.ClientSizeWithoutBar;
{$IFDEF VerboseScrollingWinControl}
debugln(['TScrollingWinControl.ComputeScrollbars ',DbgSName(Self),' Bounds=',dbgs(BoundsRect),' ClientRect=',dbgs(ClientRect),' ClientRectNoScrollBars=',ClientW,'x',ClientH,' Needed=',NeededClientW,'x',NeededClientH]);
debugln(['TScrollingWinControl.ComputeScrollbars ',DbgSName(Self),' Bounds=',dbgs(BoundsRect),' ClientRect=',dbgs(ClientRect),' ClientRectNoScrollBars=',ClientW,'x',ClientH]);
{$ENDIF}
if VertScrollBar.Range > ClientH then