implemented vertical "zooming" in the TimelineWidget and CurveView

This comes in the form of changing the vertical scale in the CurveView and
adjusting all track heights in the Timeline.
This commit is contained in:
itsmattkc
2019-12-31 00:23:28 +11:00
parent 441555e9f2
commit 2b24fae26f
22 changed files with 220 additions and 41 deletions
+3
View File
@@ -28,6 +28,9 @@ public:
const double& GetScale();
void SetScale(const double& scale);
const double& GetVerticalScale();
void SetVerticalScale(const double& vscale);
signals:
void TimeChanged(const int64_t& timestamp);