mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 18:21:26 +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);
|
||||
begin
|
||||
if IsActive then exit;
|
||||
if dpdoPermanent in Options then
|
||||
DoHide;
|
||||
PointStart.FSeries := nil;
|
||||
|
Loading…
Reference in New Issue
Block a user