TAChart: Fix keyboard-activated distance tool on the auto-focus chart

git-svn-id: trunk@38887 -
This commit is contained in:
ask 2012-09-28 17:42:00 +00:00
parent 869bf4cc0f
commit 3ea4ede96d

View File

@ -311,6 +311,7 @@ end;
procedure TDataPointDistanceTool.MouseDown(APoint: TPoint);
begin
if IsActive then exit;
if dpdoPermanent in Options then
DoHide;
PointStart.FSeries := nil;