mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 03:41:41 +02:00
TAChart: Fix keyboard-activated distance tool on the auto-focus chart
git-svn-id: trunk@38887 -
This commit is contained in:
parent
869bf4cc0f
commit
3ea4ede96d
@ -311,6 +311,7 @@ end;
|
|||||||
|
|
||||||
procedure TDataPointDistanceTool.MouseDown(APoint: TPoint);
|
procedure TDataPointDistanceTool.MouseDown(APoint: TPoint);
|
||||||
begin
|
begin
|
||||||
|
if IsActive then exit;
|
||||||
if dpdoPermanent in Options then
|
if dpdoPermanent in Options then
|
||||||
DoHide;
|
DoHide;
|
||||||
PointStart.FSeries := nil;
|
PointStart.FSeries := nil;
|
||||||
|
Loading…
Reference in New Issue
Block a user