mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 18:19:34 +02:00
lcl: formatting
git-svn-id: trunk@30044 -
This commit is contained in:
parent
7e428c54ed
commit
98c49e3bfb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user