mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 21:59:07 +02:00
fix compilation with VerboseSizeMsg only
git-svn-id: trunk@13106 -
This commit is contained in:
parent
fa494eaef7
commit
cc14f8e72b
@ -6050,7 +6050,9 @@ var
|
|||||||
NewBoundsRealized: TRect;
|
NewBoundsRealized: TRect;
|
||||||
begin
|
begin
|
||||||
{$IFDEF VerboseSizeMsg}
|
{$IFDEF VerboseSizeMsg}
|
||||||
|
{$IFDEF CHECK_POSITION}
|
||||||
if CheckPosition(Self) then
|
if CheckPosition(Self) then
|
||||||
|
{$ENDIF}
|
||||||
DebugLn(['TWinControl.WMSize A ',Name,':',ClassName,' Message=',Message.Width,',',Message.Height,
|
DebugLn(['TWinControl.WMSize A ',Name,':',ClassName,' Message=',Message.Width,',',Message.Height,
|
||||||
' BoundsRealized=',dbgs(FBoundsRealized),' FromIntf=',(Message.SizeType and Size_SourceIsInterface)>0]);
|
' BoundsRealized=',dbgs(FBoundsRealized),' FromIntf=',(Message.SizeType and Size_SourceIsInterface)>0]);
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
Loading…
Reference in New Issue
Block a user