mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 15:39:38 +01:00
TAChart: Call Handled after extent restoration in TZoomDragTool
git-svn-id: trunk@39351 -
This commit is contained in:
parent
622a8a0c6b
commit
116e6e0d47
@ -1212,6 +1212,7 @@ begin
|
||||
// ZoomFull will not cause redraw, force it to erase the tool.
|
||||
Chart.StyleChanged(Self);
|
||||
DoZoom(FChart.GetFullExtent, true);
|
||||
Handled;
|
||||
exit;
|
||||
end;
|
||||
// If empty rectangle does not cause un-zooming, ignore it to prevent SIGFPE.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user