mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 06:09:15 +02:00
TAChart: Improvement of previous commit.
(cherry picked from commit 8a61eaf193
)
This commit is contained in:
parent
77685b91b9
commit
06e88b71d8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user