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

Fixed paint of rulers for stack chart view.

This commit is contained in:
23rd
2023-10-05 14:58:18 +03:00
committed by John Preston
parent fcdd7ecd61
commit d16cab30d4
2 changed files with 12 additions and 3 deletions

View File

@@ -162,7 +162,7 @@ private:
int captionIndicesOffset = 0;
} _bottomLine;
bool _useMinHeight = false;
bool _areRulersAbove = false;
std::shared_ptr<LinesFilterController> _linesFilterController;