TAChart: Add TPanDragTool to the built-in toolset

git-svn-id: trunk@38888 -
This commit is contained in:
ask 2012-09-28 17:47:32 +00:00
parent 3ea4ede96d
commit 5380fecc6f

View File

@ -570,6 +570,10 @@ begin
Shift := [ssLeft];
Toolset := ts;
end;
with TPanDragTool.Create(AChart) do begin
Shift := [ssRight];
Toolset := ts;
end;
TReticuleTool.Create(AChart).Toolset := ts;
end;