LCL: WinControl: Fixed not needed LM_WindowPosChanged removed. Issue #39006. Suggested by Jamie Philbrook.

git-svn-id: trunk@65258 -
This commit is contained in:
michl 2021-06-17 19:03:28 +00:00
parent 48956875e5
commit 520395f85d

View File

@ -4322,8 +4322,6 @@ begin
if (not HandleAllocated)
or ((not SizeChanged) and (not PosChanged)) then exit;
Perform(LM_WindowposChanged, 0, 0);
if SizeChanged then
begin
with SizeMsg do