implemented correct value changing in the CurveView widget
This commit is contained in:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user