timeline: use similar reverse strategy for inserting/overwriting from

the most recently focused project panel
This commit is contained in:
itsmattkc
2020-03-03 20:13:58 +11:00
parent c1680ad420
commit 2f7819d0ae
4 changed files with 32 additions and 2 deletions
+4
View File
@@ -55,6 +55,10 @@ public:
virtual void DecreaseTrackHeight() override;
virtual void Insert() override;
virtual void Overwrite() override;
void InsertFootageAtPlayhead(const QList<Footage *> &footage);
void OverwriteFootageAtPlayhead(const QList<Footage *> &footage);