Designer: Avoid artifacts when moving non-visual components by keyboard. Patch by n7800, issue #40643.

This commit is contained in:
Maxim Ganetsky 2023-12-14 02:27:31 +03:00
parent b194126eca
commit e4acac0e1a

View File

@ -865,6 +865,7 @@ begin
or Selection.LookupRootSelected then exit;
Selection.MoveSelection(DiffX, DiffY, False);
Modified;
Form.Invalidate;
end;
procedure TDesigner.NudgeSize(DiffX, DiffY: Integer);