mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 17:59:22 +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;
|
ClientW:=VertScrollBar.ClientSizeWithoutBar;
|
||||||
ClientH:=HorzScrollBar.ClientSizeWithoutBar;
|
ClientH:=HorzScrollBar.ClientSizeWithoutBar;
|
||||||
{$IFDEF VerboseScrollingWinControl}
|
{$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}
|
{$ENDIF}
|
||||||
|
|
||||||
if VertScrollBar.Range > ClientH then
|
if VertScrollBar.Range > ClientH then
|
||||||
|
Loading…
Reference in New Issue
Block a user