mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 23:49:28 +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)
|
||||
or ((not SizeChanged) and (not PosChanged)) then exit;
|
||||
|
||||
Perform(LM_WindowposChanged, 0, 0);
|
||||
|
||||
if SizeChanged then
|
||||
begin
|
||||
with SizeMsg do
|
||||
|
Loading…
Reference in New Issue
Block a user