TAChart: Call Handled after extent restoration in TZoomDragTool

git-svn-id: trunk@39351 -
This commit is contained in:
ask 2012-11-23 11:02:05 +00:00
parent 622a8a0c6b
commit 116e6e0d47

View File

@ -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.