mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 18:58:04 +02:00
LCL: update FBaseBounds on WMMOVE. Issue #33814
git-svn-id: trunk@58076 -
This commit is contained in:
parent
d9f10e14c1
commit
213b7bace6
@ -6931,10 +6931,7 @@ begin
|
||||
exit;
|
||||
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;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user