mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 09:18:02 +02:00
Designer: Avoid artifacts when moving non-visual components by keyboard. Patch by n7800, issue #40643.
(cherry picked from commit e4acac0e1a
)
This commit is contained in:
parent
a81f305f51
commit
87197dfb7d
@ -863,6 +863,7 @@ begin
|
||||
or Selection.LookupRootSelected then exit;
|
||||
Selection.MoveSelection(DiffX, DiffY, False);
|
||||
Modified;
|
||||
Form.Invalidate;
|
||||
end;
|
||||
|
||||
procedure TDesigner.NudgeSize(DiffX, DiffY: Integer);
|
||||
|
Loading…
Reference in New Issue
Block a user