lcl: formatting

git-svn-id: trunk@30044 -
This commit is contained in:
paul 2011-03-28 03:23:37 +00:00
parent 7e428c54ed
commit 98c49e3bfb

View File

@ -6871,8 +6871,8 @@ begin
' BoundsRealized=',dbgs(FBoundsRealized),' FromIntf=',(Message.WindowPos^.flags and SWP_SourceIsInterface)>0,' ClientRectInvalid=',ClientRectNeedsInterfaceUpdate]); ' BoundsRealized=',dbgs(FBoundsRealized),' FromIntf=',(Message.WindowPos^.flags and SWP_SourceIsInterface)>0,' ClientRectInvalid=',ClientRectNeedsInterfaceUpdate]);
{$ENDIF} {$ENDIF}
if (Message.WindowPos=nil) if (Message.WindowPos=nil) or ((Message.WindowPos^.flags and SWP_SourceIsInterface) = 0) then
or ((Message.WindowPos^.flags and SWP_SourceIsInterface) = 0) then begin begin
inherited WMWindowPosChanged(Message); inherited WMWindowPosChanged(Message);
exit; exit;
end; end;