TAChart: Improvement of previous commit.

(cherry picked from commit 8a61eaf193)
This commit is contained in:
wp_xyz 2025-06-02 11:02:40 +02:00
parent 77685b91b9
commit 06e88b71d8

View File

@ -1806,8 +1806,7 @@ begin
UseYMin and (h < YMin) or UseYMax and (h > YMax)
then
exit;
if (FLogicalExtent <> AValue) then
InvalidateClipRect;
InvalidateClipRect;
FLogicalExtent := AValue;
FIsZoomed := true;
StyleChanged(Self);