Designer: Fix moving multiple controls with keyboard after deselecting one. Issue #35255

git-svn-id: branches/fixes_2_0@62931 -
This commit is contained in:
mattias 2020-04-11 07:23:35 +00:00
parent bbc8c655bd
commit 326d243023

View File

@ -2292,9 +2292,10 @@ begin
if Count=0 then
SetCustomForm;
UpdateBounds;
SaveBounds;
DoChange;
EndUpdate;
// BoundsHaveChangedSinceLastResize does not recognize a deleted comp selection,
SaveBounds(false); // thus force saving bounds now (not later).
end;
procedure TControlSelection.Clear;