LCL: update FBaseBounds on WMMOVE. Issue #33814

git-svn-id: trunk@58076 -
This commit is contained in:
ondrej 2018-06-02 11:40:31 +00:00
parent d9f10e14c1
commit 213b7bace6

View File

@ -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;
{------------------------------------------------------------------------------