implemented correct value changing in the CurveView widget

This commit is contained in:
itsmattkc
2019-12-30 22:22:30 +11:00
parent 0db13a96ab
commit 570fa4e5b0
4 changed files with 40 additions and 16 deletions
-4
View File
@@ -15,8 +15,6 @@ public:
virtual void Clear() override;
void SetYScale(const double& y_scale);
public slots:
void AddKeyframe(NodeKeyframePtr key);
@@ -40,8 +38,6 @@ private:
int text_padding_;
double y_scale_;
int minimum_grid_space_;
QList<QGraphicsLineItem*> lines_;