mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-17 06:37:24 +02:00
Fixed value types in struct data for drawing of charts.
This commit is contained in:
parent
01c2ade501
commit
cba8387589
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@ class LinesFilterController;
|
|||
|
||||
struct PaintContext final {
|
||||
const Data::StatisticalChart &chartData;
|
||||
const Limits &xIndices;
|
||||
const Limits &xPercentageLimits;
|
||||
const Limits &heightLimits;
|
||||
const Limits xIndices;
|
||||
const Limits xPercentageLimits;
|
||||
const Limits heightLimits;
|
||||
const QRect ▭
|
||||
bool footer = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue