mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 22:37:26 +01:00
Components, TAChart: don't eat OnMouseMove event when AllowZoom = false, patch from wp, bug #25439
git-svn-id: trunk@43738 -
This commit is contained in:
parent
9a1699953a
commit
8d5dfb7e93
@ -1178,6 +1178,7 @@ end;
|
||||
|
||||
procedure TZoomDragTool.MouseMove(APoint: TPoint);
|
||||
begin
|
||||
if not IsActive then exit;
|
||||
SelectionRect := Rect(SelectionRect.Left, SelectionRect.Top, APoint.X, APoint.Y);
|
||||
Handled;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user