mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-24 15:10:13 +01: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;
|
SelectionChanged;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Key := 0;
|
||||||
end; // if (StepX <> 0) or (StepY <> 0)
|
end; // if (StepX <> 0) or (StepY <> 0)
|
||||||
Key := 0;
|
|
||||||
end; // if SelNum > 0 then
|
end; // if SelNum > 0 then
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user