From 98c49e3bfb2014767b7b2c342e793cc686286d5c Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 28 Mar 2011 03:23:37 +0000 Subject: [PATCH] lcl: formatting git-svn-id: trunk@30044 - --- lcl/include/wincontrol.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lcl/include/wincontrol.inc b/lcl/include/wincontrol.inc index d0a37c6789..3468b3a883 100644 --- a/lcl/include/wincontrol.inc +++ b/lcl/include/wincontrol.inc @@ -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;