2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Fixed display of arrow on point details widget when no values there.

This commit is contained in:
23rd
2023-10-21 11:14:49 +03:00
parent b7a9aa9a0e
commit ec8c634e9c
2 changed files with 5 additions and 2 deletions

View File

@@ -65,6 +65,8 @@ private:
float64 alpha = 1.;
};
bool _hasPositiveValues = true;
int _maxPercentageWidth = 0;
QRect _innerRect;