mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 10:29:29 +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;
|
||||
begin
|
||||
{$IFDEF VerboseSizeMsg}
|
||||
{$IFDEF CHECK_POSITION}
|
||||
if CheckPosition(Self) then
|
||||
{$ENDIF}
|
||||
DebugLn(['TWinControl.WMSize A ',Name,':',ClassName,' Message=',Message.Width,',',Message.Height,
|
||||
' BoundsRealized=',dbgs(FBoundsRealized),' FromIntf=',(Message.SizeType and Size_SourceIsInterface)>0]);
|
||||
{$ENDIF}
|
||||
|
Loading…
Reference in New Issue
Block a user