0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

Fix default values in axis property editor

This commit is contained in:
Emil Sawicki
2022-03-13 07:26:25 +01:00
parent f684acd53b
commit 55c5e577fb
4 changed files with 22 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ class AxisData : public QObject
public:
AxisData(QObject *parent = nullptr);
QString toString() const;
void copy(AxisData *other);
void update();
void update(qreal minValue, qreal maxValue);