mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 10:40:35 +02:00
TAChart: Improvement of previous commit.
This commit is contained in:
parent
53439472a2
commit
8a61eaf193
@ -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