mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-21 19:59:12 +02:00
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:
parent
bbc8c655bd
commit
326d243023
@ -2292,9 +2292,10 @@ begin
|
|||||||
if Count=0 then
|
if Count=0 then
|
||||||
SetCustomForm;
|
SetCustomForm;
|
||||||
UpdateBounds;
|
UpdateBounds;
|
||||||
SaveBounds;
|
|
||||||
DoChange;
|
DoChange;
|
||||||
EndUpdate;
|
EndUpdate;
|
||||||
|
// BoundsHaveChangedSinceLastResize does not recognize a deleted comp selection,
|
||||||
|
SaveBounds(false); // thus force saving bounds now (not later).
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TControlSelection.Clear;
|
procedure TControlSelection.Clear;
|
||||||
|
Loading…
Reference in New Issue
Block a user