mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 15:18:16 +02:00
LazReport, stop propagation of handled cursor key in designer
git-svn-id: trunk@14416 -
This commit is contained in:
parent
7bebb27eab
commit
97f0e9c95f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user