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]);
{$ENDIF}
if (Message.WindowPos=nil)
or ((Message.WindowPos^.flags and SWP_SourceIsInterface) = 0) then begin
if (Message.WindowPos=nil) or ((Message.WindowPos^.flags and SWP_SourceIsInterface) = 0) then
begin
inherited WMWindowPosChanged(Message);
exit;
end;