mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-01 01:07:21 +01:00
LCL: update FBaseBounds on WMMOVE. Issue #33814
git-svn-id: trunk@58076 -
This commit is contained in:
parent
d9f10e14c1
commit
213b7bace6
@ -6931,9 +6931,6 @@ begin
|
|||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
if Assigned(Parent) then
|
|
||||||
SetBoundsKeepBase(Message.XPos, Message.YPos, NewWidth, NewHeight)
|
|
||||||
else
|
|
||||||
SetBounds(Message.XPos, Message.YPos, NewWidth, NewHeight);
|
SetBounds(Message.XPos, Message.YPos, NewWidth, NewHeight);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user