mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-15 22:20:44 +01:00
LCL: fixed compilation with -dVerboseMouseBugFix
git-svn-id: trunk@27635 -
This commit is contained in:
parent
045c7df7b2
commit
d38da8c53c
@ -4575,7 +4575,7 @@ begin
|
||||
dec(P.Y, ClientBounds.Top);
|
||||
{$IFDEF VerboseMouseBugfix}
|
||||
DebugLn(['TWinControl.IsControlMouseMsg ',Name,' -> ',Control.Name,
|
||||
' MsgPos=',TheMessage.Pos.X,',',TheMessage.Pos.Y,
|
||||
' MsgPos=',MouseMessage.Pos.X,',',MouseMessage.Pos.Y,
|
||||
' Control=',Control.Left,',',Control.Top,
|
||||
' ClientBounds=',ClientBounds.Left,',',ClientBounds.Top,
|
||||
' Scrolled=',GetClientScrollOffset.X,',',GetClientScrollOffset.Y,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user