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:
Maxim Ganetsky 2023-12-14 02:27:31 +03:00
parent a81f305f51
commit 87197dfb7d

View File

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