TAChart: Fix another occurrence of the issue caused by commit 6cebac6b7b.

(cherry picked from commit f16403f343)
This commit is contained in:
wp_xyz 2025-06-02 11:11:33 +02:00
parent 06e88b71d8
commit 4fcca33810

View File

@ -2031,6 +2031,7 @@ begin
FLogicalExtent := GetFullExtent;
if not FIsZoomed then exit;
FIsZoomed := false;
InvalidateClipRect;
Invalidate;
end;