mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 00:49:18 +02:00
TAChart: Add TPanDragTool to the built-in toolset
git-svn-id: trunk@38888 -
This commit is contained in:
parent
3ea4ede96d
commit
5380fecc6f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user