LazReport, fixes CTRL+C and other keys, issue #10953

git-svn-id: trunk@14440 -
This commit is contained in:
jesus 2008-03-06 04:41:00 +00:00
parent ec9546222b
commit dd277a960c

View File

@ -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;