2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Added initial support of sync zoom to chart widget.

This commit is contained in:
23rd
2023-09-25 15:25:39 +03:00
committed by John Preston
parent 71b6a58683
commit 9051716172
2 changed files with 127 additions and 6 deletions

View File

@@ -134,6 +134,9 @@ private:
void updateChartFullWidth(int w);
[[nodiscard]] bool hasLocalZoom() const;
void processLocalZoom(int xIndex);
const base::unique_qptr<RpMouseWidget> _chartArea;
const std::unique_ptr<Header> _header;
const std::unique_ptr<Footer> _footer;