mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 13:00:17 +02:00
TAChart: Fix another occurrence of the issue caused by commit 6cebac6b7b
.
(cherry picked from commit f16403f343
)
This commit is contained in:
parent
06e88b71d8
commit
4fcca33810
@ -2031,6 +2031,7 @@ begin
|
||||
FLogicalExtent := GetFullExtent;
|
||||
if not FIsZoomed then exit;
|
||||
FIsZoomed := false;
|
||||
InvalidateClipRect;
|
||||
Invalidate;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user