mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 10:59:29 +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
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user