TAChart: Improvement of previous commit.

This commit is contained in:
wp_xyz 2025-06-02 11:02:40 +02:00
parent 53439472a2
commit 8a61eaf193

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);