TAChart: Make AllowZoom work again

git-svn-id: trunk@24280 -
This commit is contained in:
ask 2010-03-29 11:34:39 +00:00
parent 2b054216fc
commit 3791b08ca0

View File

@ -175,6 +175,7 @@ end;
procedure TChartZoomDragTool.MouseDown(APoint: TPoint);
begin
if not FChart.AllowZoom then exit;
Activate;
with APoint do
FSelectionRect := Rect(X, Y, X, Y);