implemented 'ripple to' timeline actions

This commit is contained in:
itsmattkc
2019-09-24 22:45:30 +10:00
parent c33a0b50ce
commit cf3e8d80d1
17 changed files with 219 additions and 82 deletions
+4
View File
@@ -42,6 +42,8 @@ public:
void SetCenteredText(bool c);
void SetSnapping(bool snapping);
const int64_t& GetTime();
public slots:
@@ -94,6 +96,8 @@ private:
TimelinePlayhead style_;
bool snapping_;
};
#endif // TIMERULER_H