mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 19:16:16 +02:00
LazReport, fixes CTRL+C and other keys, issue #10953
git-svn-id: trunk@14440 -
This commit is contained in:
parent
ec9546222b
commit
dd277a960c
@ -3058,8 +3058,8 @@ begin
|
||||
SelectionChanged;
|
||||
end;
|
||||
end;
|
||||
Key := 0;
|
||||
end; // if (StepX <> 0) or (StepY <> 0)
|
||||
Key := 0;
|
||||
end; // if SelNum > 0 then
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user