diff --git a/components/lazreport/source/lr_desgn.pas b/components/lazreport/source/lr_desgn.pas index 4200602711..01a86771d2 100644 --- a/components/lazreport/source/lr_desgn.pas +++ b/components/lazreport/source/lr_desgn.pas @@ -3054,8 +3054,9 @@ begin SelectionChanged; end; end; - end; - end; + end; // if (StepX <> 0) or (StepY <> 0) + Key := 0; + end; // if SelNum > 0 then end; procedure TfrDesignerForm.MoveObjects(dx, dy: Integer; aResize: Boolean);