2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Fixed smooth paint of stack linear chart on move of footer slider.

This commit is contained in:
23rd
2023-09-26 19:24:10 +03:00
committed by John Preston
parent cee833f102
commit d9a08bb6a6
2 changed files with 65 additions and 29 deletions

View File

@@ -120,6 +120,8 @@ private:
bool pendingPrepareToZoomIn = false;
Limits zoomedOutXIndices;
Limits zoomedOutXIndicesAdditional;
Limits zoomedOutXPercentage;
Limits zoomedInLimit;
Limits zoomedInLimitXIndices;
Limits zoomedInRange;