mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 03:09:32 +02:00
LCL: WinControl: Fixed not needed LM_WindowPosChanged removed. Issue #39006. Suggested by Jamie Philbrook.
git-svn-id: trunk@65258 -
This commit is contained in:
parent
48956875e5
commit
520395f85d
@ -4322,8 +4322,6 @@ begin
|
|||||||
if (not HandleAllocated)
|
if (not HandleAllocated)
|
||||||
or ((not SizeChanged) and (not PosChanged)) then exit;
|
or ((not SizeChanged) and (not PosChanged)) then exit;
|
||||||
|
|
||||||
Perform(LM_WindowposChanged, 0, 0);
|
|
||||||
|
|
||||||
if SizeChanged then
|
if SizeChanged then
|
||||||
begin
|
begin
|
||||||
with SizeMsg do
|
with SizeMsg do
|
||||||
|
Loading…
Reference in New Issue
Block a user