mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 02:29:26 +02:00
LCL: fixed compilation with -dVerboseScrollingWinControl
git-svn-id: trunk@50990 -
This commit is contained in:
parent
cddb1489ea
commit
e3eba1d2f2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user