mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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 {
|
struct PaintContext final {
|
||||||
const Data::StatisticalChart &chartData;
|
const Data::StatisticalChart &chartData;
|
||||||
const Limits &xIndices;
|
const Limits xIndices;
|
||||||
const Limits &xPercentageLimits;
|
const Limits xPercentageLimits;
|
||||||
const Limits &heightLimits;
|
const Limits heightLimits;
|
||||||
const QRect ▭
|
const QRect ▭
|
||||||
bool footer = false;
|
bool footer = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue