implemented scroll wheel zooming in all TimelineViewBase derivatives

This commit is contained in:
itsmattkc
2019-12-31 19:49:09 +11:00
parent e41fdbd6e3
commit f65e1e52b5
11 changed files with 68 additions and 3 deletions
+2
View File
@@ -27,6 +27,8 @@ protected:
virtual void VerticalScaleChangedEvent(double scale) override;
virtual void wheelEvent(QWheelEvent* event) override;
private:
QList<NodeKeyframe*> GetKeyframesSortedByTime();