mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 18:39:47 +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]);
|
' 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;
|
||||||
|
Loading…
Reference in New Issue
Block a user